Forums › Forums › Search & Filter Pro › Are you not using the standard Worpress hooks and functions?
- This topic has 12 replies, 2 voices, and was last updated 4 years, 7 months ago by
Anonymous.
-
Trevor(Private) January 15, 2021 at 2:47 pm #272911
I am not sure what you mean?
Our plugin uses WordPress hooks and functions to do its work.
Our plugin works very well with ACF Pro (most features; some complex field types we do not support), Elementor Pro (we have an integration for that as a separate downloadable free plugin). The membership plugin should not have an effect.
What problem are you seeing?
Trevor(Private) January 15, 2021 at 3:50 pm #272931You would, as I say, need add some additional code that makes a filter to add to the query, using this filter:
https://searchandfilter.com/documentation/action-filter-reference/#edit-query-arguments
It uses the same argument structure and attributes as wp_query. The code would check the user level, and then add an argument to the query.
-
AuthorPosts