9 lines
269 B
PHP
9 lines
269 B
PHP
<!-- #### CONFERENCES SUR DEMANDE #### -->
|
|
<?php
|
|
$composition_id = 1559;
|
|
$conferences_sur_demande_content = get_post_field('post_content', $composition_id);
|
|
|
|
if ($conferences_sur_demande_content) {
|
|
echo do_blocks($conferences_sur_demande_content);
|
|
}
|
|
?>
|