Answer the question
In order to leave comments, you need to log in
How to output shortcode of another plugin via acf in php wp?
Now used in the template is this line
<?php echo do_shortcode('[slide-anything id=928644]'); ?>
<?php echo do_shortcode(the_field('Sa_Slider')); ?>
Answer the question
In order to leave comments, you need to log in
Decision
<?php if(get_field('Sa_Slider'))
echo do_shortcode(''.get_field('Sa_Slider').'');?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question