Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

PF Recipe Tax

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'wprm_cuisine',
		'terms'            => 'Desert',
		'field'            => 'name',
		'operator'         => 'IN',
	),
);