-
Notifications
You must be signed in to change notification settings - Fork 2
11. Import & Export
The Administrator edited this page May 6, 2020
·
1 revision
The import & export page is used to grab a copy of all options within the plugin into an options.json
file.
Note that this is very simplistic and not very clever at all. It will take a dump from the database and JSON encode it.
Press the export button to do this.
The importer expects the file to be called options.json
, so don't change it. It will upload the file into the src/acf/temp
directory and then read it. If you get any errors, or wrong data, maybe remove the file from this directory if it's still in there after processing.
The importer will go through every option setting and either update it with new information or create new values if they're missing.
Use this to take 'snapshots' of your settings for saving.