de-excluding deleted brochure from exclusion list

This commit is contained in:
Antoine M 2024-12-09 15:11:25 +01:00
parent da0d688bc9
commit 6c3a4f62bf

View File

@ -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 = [];