WP_Tax_Query Generator August 19, 2019 Public Salman Patnee Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Tax Query $tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => 'A', 'field' => 'term_id', ), );