Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sez-reg

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'regions',
		'terms'            => array( '12', ' 13' ),
		'field'            => 'term_id',
		'operator'         => 'EXISTS',
	),
	array(
		'taxonomy'         => 'saison',
		'terms'            => '11',
		'field'            => 'term_id',
		'operator'         => 'AND',
	),
);