Dpepress and Php echo do_shortcode
-
Hello,
This plugin works great when using in the wysiwyg interface of the admin panel.
But when i want to use it in my php template it doesn’t show up.I plan to use it with an ACF field, so here is my code :
<?php $dpe_value = get_field('dpe'); ?> <?php echo do_shortcode( '[dpe width="250" height="200" shadow="false" dpe_value="'.$dpe_value.'" inline="true"/]' ); ?>
Any idea ? please help ??
Thank you,Cyrille
- The topic ‘Dpepress and Php echo do_shortcode’ is closed to new replies.