WC_Query::remove_product_query()

Remove the query.


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' ) );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.