FEATURE introducing component
This commit is contained in:
parent
c949c7bfbe
commit
a29689070d
|
|
@ -0,0 +1,9 @@
|
|||
<!-- #### 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);
|
||||
}
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user