Tour Tax Query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'destination', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), array( 'taxonomy' => 'tour_type', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), array( 'taxonomy' => 'activity', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );