update spotlight template query

This commit is contained in:
Evan Mullins 2024-06-22 01:16:31 -04:00
parent 263f9ea634
commit 8cf6607e80

View file

@ -187,9 +187,8 @@ class Wasmo_Spotlight_Post_List_Table extends WP_List_Table
'compare' => '!=',
),
array(
'key' => 'imported',
'value' => '',
'compare' => '==',
'key' => 'import_text',
'compare' => 'NOT EXISTS'
),
),
'fields' => 'all'