From 4ec4be4cc70c8b87c73975c1b44f9dd23335a5c6 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 25 Jun 2024 11:11:28 +0200 Subject: [PATCH] escaping the new sante-et-securite --- acf-blocks/home/questions-frequentes/questions-frequentes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acf-blocks/home/questions-frequentes/questions-frequentes.php b/acf-blocks/home/questions-frequentes/questions-frequentes.php index 51c878c..0c549f8 100644 --- a/acf-blocks/home/questions-frequentes/questions-frequentes.php +++ b/acf-blocks/home/questions-frequentes/questions-frequentes.php @@ -47,6 +47,8 @@ if (!function_exists('get_automatic_post')) { || $thematique->slug === "dagelijks" || $thematique->slug === "aides-financieres" || $thematique->slug === "financiele-steun" + || $thematique->slug === "gezondheid-en-veiligheid" + || $thematique->slug === "sante-et-securite" ) continue; // $thematique_datas = get_term_by('slug', $thematique->slug, 'thematiques');