Mathew,
Many Thanks.
but the snippet is for the “”relation”, i need a change for the operator.
Unfortunately, when I replace “relation” with “operator” in the snippet, it does not work.
I need something like this
$cat_query[] = array(
‘taxonomy’ => ‘tribe_events_cat’,
‘field’ => ‘slug’,
‘terms’ => array(“youth”, “ballet”),
‘operator’ => ‘AND’,
);