Forgive me, my PHP skills are rough to say the least, I am trying to pass PHP into PHP see below
<?php echo do_shortcode('[tab name="Info"]
<span>Address:<?php echo get_field('address'); ?></span>
[/tab][end_tabset]'); ?>
I don't know what I am doing wrong and I have been searching everywhere, but nothing seems to work.
I appreciate any help.