WP_Tax_Query Generator December 21, 2017 Public Monika ika Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone product_cat $tax_query = array( array( 'taxonomy' => 'product_cat', 'field' => 'name', 'include_children' => false, ), );