Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test_idaho_areas

idaho_areas = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'idaho_suburb',
		'terms'            => 'Hatfield',
		'field'            => 'name',
		'operator'         => 'IN',
	),
	array(
		'taxonomy'         => 'idaho_region',
		'terms'            => 'Gauteng',
		'field'            => 'name',
		'operator'         => 'IN',
	),
);