WC_Query::remove_product_query()
Remove the query.
Contents
Description Description
Source Source
File: includes/class-wc-query.php
public function remove_product_query() {
remove_action( 'pre_get_posts', array( $this, 'pre_get_posts' ) );
}
Remove the query.
File: includes/class-wc-query.php
public function remove_product_query() {
remove_action( 'pre_get_posts', array( $this, 'pre_get_posts' ) );
}