Support

Account

Home Forums General Issues Load JS script after ACF Reply To: Load JS script after ACF

  • The ACF data I am trying to reach is on an option page, in php I would have done something like this to access it.

    <?php
     $repeater_data = get_field('acf_repeater', 'option');
    ?>

    But that does not seem to work in ACF JS. I am searching for a solution. Maby adding the data to the functions file and passing it through in some way.