Tax_Query
pet location y pet type
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'pet-location', 'terms' => array( 'cdmx', ' toluca' ), 'field' => 'slug', 'include_children' => false, ), array( 'taxonomy' => 'pet-type', 'terms' => 'cats', 'field' => 'slug', ), array( ), );