REFACTOR Removing duplicate get_header
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-05-27 13:59:58 +02:00 committed by Nonimart
parent 5c274b005d
commit 1e0c200466

View File

@ -3,7 +3,6 @@ get_header();
?>
<?php
get_header();
$pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>