Support

Account

Home Forums ACF PRO Options Page field groups only working via PHP Reply To: Options Page field groups only working via PHP

  • As a final followup, it does indeed wok fine using get_option();

    This made me think ACF wasn’t initialized yet, but this quick test works fine in the same place of code:
    if(function_exists(get_field)) echo ‘acf init’;