tomatoes
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category-tomatoes', 'field' => 'name', 'operator' => 'AND', 'include_children' => true, ), array( 'taxonomy' => 'crops-tomatoes', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => true, ), );