Support

Account

Home Forums General Issues Dynamic Select from other plugin table? Reply To: Dynamic Select from other plugin table?

  • Figured it out. Using this:

    <?php $var = get_field('media_gallery_slider');
    if ($var == '')
    { }
    else { echo do_shortcode( '[new_royalslider id="' . $var . '"]'); } ?>