Fix meta query for determining auto results
This commit is contained in:
@@ -223,7 +223,8 @@ class SP_Meta_Box_Event_Results {
|
||||
'meta_query' => array(
|
||||
array(
|
||||
'key' => 'sp_equation',
|
||||
'compare' => 'EXISTS',
|
||||
'compare' => 'NOT IN',
|
||||
'value' => null
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user