Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

PRoduct type query

PRoduct type query

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'product',
		'terms'            => 'product_type',
		'operator'         => 'IN',
	),
);