Exclude terms
-
Hi,
I’m having a bit of trouble trying to exclude a term, from the search results.
The following is what i have, it’s all products from the 322 term i want to exclude, but it doesn’t work. Any ideas why?function my_aws_terms_exclude_product_cat( $terms ) { $terms[] = 322; return $terms; } add_filter( 'aws_terms_exclude_product_cat', 'my_aws_terms_exclude_product_cat', 999 );The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Exclude terms’ is closed to new replies.