event-cat
$tax_query = array( array( 'taxonomy' => 'event_cat', 'terms' => array( '35', '42' ), 'field' => 'term_id', 'operator' => 'IN', 'include_children' => false, ), );
$tax_query = array( array( 'taxonomy' => 'event_cat', 'terms' => array( '35', '42' ), 'field' => 'term_id', 'operator' => 'IN', 'include_children' => false, ), );