Exclude category
-
https://fibosearch.com/documentation/tips-tricks/how-to-exlude-whole-categories-from-search/
This filter does not work, I want to delete products that have a category = 999
add_filter('dgwt/wcas/search/product_cat/args', function ($args){ $args['exclude'] = array(999, 1000, 1001); // The ID of categories to exclude return $args; });
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Exclude category’ is closed to new replies.