Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Snip

$instructor_locations_var = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'instructor_location',
		'field'            => 'term_id',
		'operator'         => 'AND',
		'include_children' => false,
	),
);