123456789
$tax_query = array( array( 'taxonomy' => 'region', 'terms' => '1', 'field' => 'term_id', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'region', 'terms' => '1', 'field' => 'term_id', 'include_children' => true, ), );