de-excluding deleted brochure from exclusion list
This commit is contained in:
parent
da0d688bc9
commit
6c3a4f62bf
|
|
@ -22,7 +22,7 @@ if (class_exists('GF_Field')) {
|
||||||
'meta_key' => 'brochure_pdf',
|
'meta_key' => 'brochure_pdf',
|
||||||
'meta_value' => false,
|
'meta_value' => false,
|
||||||
'meta_compare' => '!=',
|
'meta_compare' => '!=',
|
||||||
'post__not_in' => [4431, 4436, 7222]
|
'post__not_in' => [4431, 4436]
|
||||||
|
|
||||||
));
|
));
|
||||||
$choices = [];
|
$choices = [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user