WP_Tax_Query Generator August 6, 2019 Public Petar Petrovski Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone taxonomy $tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => '12', 'field' => 'term_taxonomy_id', ), );