var_dump removal
This commit is contained in:
parent
77aa394093
commit
009712f635
|
@ -261,8 +261,6 @@ class WC_Query {
|
|||
$this->post__in = $post__in;
|
||||
$this->meta_query = $meta_query;
|
||||
|
||||
var_dump($q);
|
||||
|
||||
do_action( 'woocommerce_product_query', $q, $this );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue