WP_Tax_Query Generator February 16, 2020 Public Dominik Freitag Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Category Woocommerce $tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => '115', 'field' => 'term_id', ), );