carhop__carhop-theme__DEV/template-parts/compositions/infolettre.php
Antoine M c1c36d4bef
All checks were successful
continuous-integration/drone/push Build is passing
DEPLOYMENT FIX adapting infolettre composition ID
2026-05-19 13:55:09 +02:00

9 lines
217 B
PHP

<!-- #### INFOLETTRE #### -->
<?php
$composition_id = 2785;
$infolettre_content = get_post_field('post_content', $composition_id);
if ($infolettre_content) {
echo do_blocks($infolettre_content);
}
?>