Viewing 1 replies (of 1 total)
  • Plugin Author stepasyuk

    (@stepasyuk)

    Hello @bissy

    Thank you for using Filter Everything plugin.

    Usually default category “Uncategorized” is hidden by default. If your category is default or uncategorized you can try to add one of next code strings in the functions.php file of your active theme and it should help you:

    remove_filter('wpc_filter_term_query_args', 'flrt_exclude_uncategorized_category', 10, 3);

    or this:

    remove_filter( 'wpc_filter_get_taxonomy_terms', 'flrt_exclude_product_visibility_terms', 10, 2 );
Viewing 1 replies (of 1 total)
  • The topic ‘Filter Everything Not Getting Original Category’ is closed to new replies.