woocommerce_product_query_tax_query

woocommerce_product_query_tax_query

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_product_query_tax_query') is found 1 times:

  • /includes/class-wc-query.php line 852
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
                '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

See this hook used in plugins: