WP_Tax_Query Generator June 4, 2020 Public Ima Test Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Get product type $tax_query = array( array( 'taxonomy' => 'product_type', 'terms' => 'content_product', 'field' => 'name', ), );