woocommerce_product_query_meta_query

woocommerce_product_query_meta_query

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

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

apply_filters('woocommerce_product_query_meta_query') is found 1 times:

  • /includes/class-wc-query.php line 774
    	public function get_meta_query( $meta_query = array(), $main_query = false ) {
    		if ( ! is_array( $meta_query ) ) {
    			$meta_query = array();
    		}
    		return array_filter( apply_filters( 'woocommerce_product_query_meta_query', $meta_query, $this ) );
    	}
    
    	/**
    	 * Appends tax queries to an array.
    	 *
    	 * @param  array $tax_query  Tax query.
    

See this hook used in plugins: