Support

Account

Home Forums General Issues ACF within a Shortcode Reply To: ACF within a Shortcode

  • Hi there…

    I was able to get something like the following to work:

    
    <?php
    $asin = get_field('asin');
    echo do_shortcode( "[asin=$asin]" );
    ?>
    

    Hope that helps!