woocommerce_product_query, $q, $this
woocommerce_product_query, $q, $this
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_product_query, $q, $this') is found 1 times:
- /includes/class-wc-query.php line 592
add_filter( 'posts_clauses', array( $this, 'product_query_post_clauses' ), 10, 2 ); add_filter( 'the_posts', array( $this, 'handle_get_posts' ), 10, 2 ); add_filter( 'the_posts', array( $this, 'prime_thumbnail_caches' ), 10, 2 ); do_action( 'woocommerce_product_query', $q, $this ); } /** * Add extra clauses to the product query. * * @param array $args Product query clauses.