9 lines
273 B
PHP
9 lines
273 B
PHP
<!-- #### FORMATION SUR DEMANDE #### -->
|
|
<?php
|
|
$composition_id = 1777;
|
|
$formulaire_commande_etude_content = get_post_field('post_content', $composition_id);
|
|
|
|
if ($formulaire_commande_etude_content) {
|
|
echo do_blocks($formulaire_commande_etude_content);
|
|
}
|
|
?>
|