Regiao
Teste
$tax_query = array( array( 'taxonomy' => 'regiao', 'terms' => '$filtroEstado', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), array( ), );
Teste
$tax_query = array( array( 'taxonomy' => 'regiao', 'terms' => '$filtroEstado', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), array( ), );