9 lines
261 B
PHP
9 lines
261 B
PHP
<!-- #### ANIMATION SUR DEMANDE #### -->
|
|
<?php
|
|
$composition_id = 1560;
|
|
$animation_sur_demande_content = get_post_field('post_content', $composition_id);
|
|
|
|
if ($animation_sur_demande_content) {
|
|
echo do_blocks($animation_sur_demande_content);
|
|
}
|
|
?>
|