FIX Fixing page icon not showing in nl
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-07-11 10:39:56 +02:00
parent 8edf2395b7
commit bd065aa7a9

View File

@ -3,7 +3,9 @@
<?php
get_header();
do_action('wpml_switch_language', 'fr');
$pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
do_action('wpml_switch_language', $currentLang);
$initialPosts = new WP_Query([
"post_status" => "publish",