Support

Account

Home Forums Backend Issues (wp-admin) ACF fields no longer under Field Groups. Reply To: ACF fields no longer under Field Groups.

  • @hube2 The Field Groups existed before everything was exported into PHP to include them into the project so they could be code versioned across different development workflow environments.

    I was expecting to migrate these to local JSON soon, but I can’t now because I can’t export anything with 0 field groups showing up. I used to have dozens of field groups with tons of fields setup in those groups.

    The PHP file still exists so the data is still working for the client for any current fields. Clearly something has changed (most likely a recent update) to eliminate all the existing field groups in the project.

    At this point I’m left wondering how I’m going to be able to easily make changes when I’m left with only the exported code to make those changes. It’s possible to still make changes via the API this way but that is pretty inefficient compared to the back-end UI built for handling the generation of UI components quickly.