WP_Tax_Query Generator January 4, 2020 Public Seth Sheppard Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Product Cat Query $tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => 'cloud', ), );