9 lines
208 B
PHP
9 lines
208 B
PHP
<!-- #### SOUTENIR #### -->
|
|
<?php
|
|
$composition_id = 988;
|
|
$soutenir_content = get_post_field('post_content', $composition_id);
|
|
|
|
if ($soutenir_content) {
|
|
echo do_blocks($soutenir_content);
|
|
}
|
|
?>
|