_ANDYP - ACF - Import / Export options data
Allows you to import and export ACF options directly from the database. Caution, this is very dangerous!
by Andy Pearson · github.com/ioroot/wp-plugin__acf-options-import-export · website
★ 8stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ioroot/wp-plugin__acf-options-import-export/archive/refs/heads/master.zipFrom the readme
ACF options importer/exporter
Import and export ACF field date from the database directly.
1. Table of Contents
1. Table of Contents
2. About The Project
2.1. Built With
2.2. Installation
3. Usage
3.1. [[andyplabsstack]](#andyplabsstack)
3.2. [[andyplabsrest]](#andyplabsrest)
4. Customising
5. Troubleshooting
6. Contributing
7. License
8. Contact
2. About The Project
Allows you to specify a comma separated list of options fields DATA to export to a json file.
You can then import that json file back into the database.
This is a super-dumb sql dump of all fields from the database with the name of your fields.
Why?
I have a load of data filled in on my development installation and want to port over all of the
records to my staging and live servers without having to re-create all records by hand. This
allows me to just dump all of the fields out of the wpoptions table in wordpress and import
them into another installation quite quickly.
(back to top)
2.1. Built With
This project was built with the following frameworks, technologies and software.
ACF
PHP
Wordpress
Composer
(back to top)
2.2. Installation
These are the steps to get up and runn