Simple utility to sync all ACF data to JSON files in one go.
This plugin saves your ACF field groups, post types, taxonomies, and options pages to structured JSON files inside wp-content. It organizes everything automatically so your data is easier to version, track, and move between environments.
- One-click sync from the admin bar
- Saves all ACF content at once
- Customizable JSON directory
- Automatically creates folder structure:
field-groupspost-typestaxonomiesoptions-pages
- Works with both ACF and ACF Pro
- WordPress
- Advanced Custom Fields (free or Pro)
- Upload the plugin to
/wp-content/plugins/ - Activate it in WordPress
- Make sure ACF is installed and active
- Go to Custom Fields → Sync
- Set your desired JSON directory (relative to
wp-content) - Click Save & Sync
Or use the “Sync” button in the admin bar.
By default: wp-content/uploads/acf-json/
You can change this to something like: themes/your-theme/acf-json
- The plugin creates directories automatically if they don’t exist
- Only users with admin permissions can run sync
- Designed for development workflows and version control