WC_Query::remove_product_query()

Remove the query.


Description Description


Source Source

File: includes/class-wc-query.php

499
500
501
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.