Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

WHF: Locations Taxonomy Query

$tax_query = array(
	array(
		'taxonomy'         => 'whp_locations',
		'terms'            => 'TERM_HERE',
		'field'            => 'term_id',
		'operator'         => 'AND',
		'include_children' => true,
	),
);