Terms regions
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'region', 'terms' => '$regions2', 'field' => 'term_id', 'operator' => 'EXISTS', 'include_children' => false, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'region', 'terms' => '$regions2', 'field' => 'term_id', 'operator' => 'EXISTS', 'include_children' => false, ), );