Optimize sp_team filtering
This commit is contained in:
@@ -215,7 +215,7 @@ class SP_Calendar extends SP_Secondary_Post {
|
||||
$args['meta_query'][] = array(
|
||||
'key' => 'sp_team',
|
||||
'value' => $team_past,
|
||||
'compare' => 'IN',
|
||||
'compare' => '=',
|
||||
);
|
||||
endforeach;
|
||||
$args['date_query'] = array(
|
||||
|
||||
Reference in New Issue
Block a user