Support

Account

Home Forums ACF PRO Create new field group Reply To: Create new field group

  • If you are running this on the acf/init hook, then I really cannot see any reason that this is not working.

    Try this

    
    if( function_exists('acf_add_local_field_group') ) {
      die('acf_add_local_field_group EXISTS');
    }