From the list: Build ✔ GTranslate Option in Footer Kyle S. added this on May 05, 2020 Completed May 05, 2020 by Kyle S. Assigned to Kyle S. Comments & Events Kyle Sullivan, Web Development Here's the meat and potatoes of this. <?php if(get_field('gtranslate', 'options') && shortcode_exists('gtranslate')) : echo do_shortcode('[gtranslate]'); endif; May 05, 2020 at 8:59 PM No one was notified Kyle Sullivan completed this to-do. May 05, 2020 at 8:59 PM
Kyle Sullivan, Web Development Here's the meat and potatoes of this. <?php if(get_field('gtranslate', 'options') && shortcode_exists('gtranslate')) : echo do_shortcode('[gtranslate]'); endif; May 05, 2020 at 8:59 PM No one was notified
<?php if(get_field('gtranslate', 'options') && shortcode_exists('gtranslate')) : echo do_shortcode('[gtranslate]'); endif;