woocommerce_product_query_tax_query, $tax_query, $this
woocommerce_product_query_tax_query, $tax_query, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_query_tax_query, $tax_query, $this') is found 1 times:
- /includes/class-wc-query.php line 968
'operator' => 'NOT IN', ); } return array_filter( apply_filters( 'woocommerce_product_query_tax_query', $tax_query, $this ) ); } /** * Get the main query which product queries ran against. * * @return WP_Query