You appear to be a bot. Output may be restricted
Description
Remove the query.
Usage
WC_Query::remove_product_query();
Parameters
Returns
void
Source
File name: woocommerce/includes/class-wc-query.php
Lines:
1 to 3 of 3
public function remove_product_query() { remove_action( 'pre_get_posts', array( $this, 'pre_get_posts' ) ); }