Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Coffee market operator

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'market',
		'terms'            => 'uk',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'operator',
		'terms'            => 'coffee',
		'field'            => 'slug',
	),
);