WP_Tax_Query Generator December 1, 2017 Public Mike Pinto Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Product Cat $tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => 'lifestyle', 'field' => 'slug', ), );