WP_Tax_Query Generator March 1, 2021 Public Marko Stancic Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax_query $tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => array( '12', '13' ), 'field' => 'term_id', ), );