This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Restricted posts are displayed in search (Memberships)

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Restricted posts are displayed in search (Memberships) Reply To: Restricted posts are displayed in search (Memberships)

#40990
Ernest MarcinkoErnest Marcinko
Keymaster

Thank you Josh.

Well, that is rough. Can they suggest anything on how to check if a user/current user has access to a certain post?

With that code I can only check if a user has a certain access level, but I need to check if the user has privileges to a certain post. Something like:

  1. Get the current user level IDs
  2. Get the access level IDs for the current post
  3. Compare and check

I am only guessing as I don’t know their plugin, but there is certainly a way. For example when a user tries to access a post, which is restricted to them – we need to do the same check.