location query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'location', 'field' => 'term_id', 'operator' => 'EXISTS', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'location', 'field' => 'term_id', 'operator' => 'EXISTS', ), );