Support

Account

Home Forums General Issues Local Json in plugins + acf_get_field_group = can't find fields or group Reply To: Local Json in plugins + acf_get_field_group = can't find fields or group

  • You could be running int an ACF caching issue, I’ve had trouble with it in the past while working on plugins. When you get a field group ACF sets a cache value. Once this is done you basically can’t alter he field group, well you can, but nothing happens. After you get a value you sometimes need to clear a cache before you can make modifications to te field group you need to clear that cahce.

    YOu’ll need to did around in the ACF code to figure out that cache value you need to clear.