WP_Tax_Query Generator August 12, 2020 Public Sean Christianson Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Default $tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => 'id', 'field' => 'term_taxonomy_id', ), );