From ee5abab657a14e8344ae4bc1a09219bd9c8ec0f3 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 28 Nov 2023 16:25:28 +0100 Subject: [PATCH] handling null value --- template-components/archives/fiche-info-rows.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/template-components/archives/fiche-info-rows.php b/template-components/archives/fiche-info-rows.php index 4761014..0c11dfa 100644 --- a/template-components/archives/fiche-info-rows.php +++ b/template-components/archives/fiche-info-rows.php @@ -5,13 +5,11 @@ $fichesInfosPosts = $args['fichesInfosPosts']; have_posts()) : while ($fichesInfosPosts->have_posts()) : $fichesInfosPosts->the_post(); ?> term_id)['icon'] ?? null; ?>
  • @@ -26,7 +24,9 @@ $fichesInfosPosts = $args['fichesInfosPosts'];
    - + + +