Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

product_type

product_type

$product_type = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'product_type',
		'terms'            => 'garage',
	),
);