Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Clinic Locations Taxonomy

$currentTaxonomy = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'clinic_locations',
		'field'            => 'slug',
		'include_children' => false,
	),
);