woocommerce_product_query_tax_query, $tax_query, $this

woocommerce_product_query_tax_query, $tax_query, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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