DEPLOYMENT FIX adapting infolettre composition ID
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-19 13:55:09 +02:00
parent 674a290fea
commit c1c36d4bef

View File

@ -1,6 +1,6 @@
<!-- #### INFOLETTRE #### -->
<?php
$composition_id = 992;
$composition_id = 2785;
$infolettre_content = get_post_field('post_content', $composition_id);
if ($infolettre_content) {