• Hello,
    I’m using you plugin but started giving me problems with AJAX query. I looked into your plugin code to see what it could be and found that you are using the is_admin() condition in terms_clauses filter. It’s a good practice to combine this condition with the !wp_doing_ajax() function, because is_admin() itself is always true in AJAX.

    Here is the article that describes it – https://facetwp.com/is_admin-and-ajax-in-wordpress/

    Can you add this condition to the plugin please?

    Thanks,
    David ?ák

    • This topic was modified 2 years, 6 months ago by ddavidzak.
  • The topic ‘Terms clauses – frontend admin AJAX issue’ is closed to new replies.