DEPLOYMENT FIX adapting infolettre composition ID
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
674a290fea
commit
c1c36d4bef
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- #### INFOLETTRE #### -->
|
<!-- #### INFOLETTRE #### -->
|
||||||
<?php
|
<?php
|
||||||
$composition_id = 992;
|
$composition_id = 2785;
|
||||||
$infolettre_content = get_post_field('post_content', $composition_id);
|
$infolettre_content = get_post_field('post_content', $composition_id);
|
||||||
|
|
||||||
if ($infolettre_content) {
|
if ($infolettre_content) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user