Tax Query: Locations
$locations = array( array( 'taxonomy' => 'locations', 'terms' => '$term_id', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => true, ), );
$locations = array( array( 'taxonomy' => 'locations', 'terms' => '$term_id', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => true, ), );