WP_Tax_Query Generator February 28, 2022 Public James Gawn Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone product_cat $tax_query = array( array( 'taxonomy' => 'product_cat', 'include_children' => false, ), );