WP_Tax_Query Generator December 13, 2019 Public Tiago Valente Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Product cat $tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => '468', 'field' => 'term_taxonomy_id', ), );