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