So I have a php variable: $site= $your_name->getName("dfd_Name");
I have the following shortcode: <?php echo do_shortcode('[my_site dfd_Name=" "]'); ?>
What is the best way to put the $site variable into the dfd_Name=" " ? (something like dfd_Name="$site")
Thanks!