updating documents array

This commit is contained in:
Antoine M 2024-05-21 11:56:13 +02:00
parent 71a2d6118a
commit 2afad8e307

View File

@ -14,6 +14,21 @@ if (class_exists('GF_Field')) {
'ID_fr' => 7153,
'ID_nl' => 7157,
],
[
'text' => 'Flyer Général',
'ID_fr' => 7425,
'ID_nl' => 7427,
],
[
'text' => 'Flyer Métiers du patrimoine',
'ID_fr' => 7431,
'ID_nl' => 7429,
],
[
'text' => 'Jeu memo Sherif',
'ID_fr' => 7419,
'ID_nl' => 7419,
],
];
$currentLang = apply_filters('wpml_current_language', null);