ACF Multisite Sync
Synchronize Advanced Custom Fields settings across all sites in your WordPress multisite network.
★ 1stars
22release downloads
≈10active sites
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/josephfusco/acf-multisite-sync/releases/download/v1.0.3/acf-multisite-sync.zipReadme
ACF Multisite Sync
Synchronize ACF field groups, post types, and taxonomies from your primary site to all subsites in a WordPress multisite network.
Requirements
- WordPress Multisite
- ACF Pro
- PHP 8.0+
Use Cases
- Franchise/dealer websites sharing the same content structure
- Educational institutions with multiple department sites
- Corporate microsites requiring consistent data architecture
Installation
- Upload plugin to
/wp-content/plugins/ - Network activate via
/wp-admin/network/plugins.php
Usage
- Configure ACF on your primary site
- Visit Custom Fields > Sync to Subsites
- Click "Sync Now"
Actions & Filters
// Modify post type data before sync
add_filter( 'acf_ms_sync_post_type', function( $post_type ) {
return $post_type;
});
// Modify taxonomy data before sync
add_filter( 'acf_ms_sync_taxonomy', function( $taxonomy ) {
return $taxonomy;
});
// Modify field group data before sync
add_filter( 'acf_ms_sync_field_group', function( $field_group ) {
return $field_group;
});
// After sync completion
do_action( 'acf_ms_sync_complete', $site_id );
Support
- File an issue
- WordPress 6.0+
- GPL v3 or later
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.3 | Nov 14, 2024 | acf-multisite-sync.zip | 4 |
| v1.0.2 | Nov 14, 2024 | acf-multisite-sync.zip | 8 |
| v1.0.1 | Nov 14, 2024 | acf-multisite-sync.zip | 4 |
| v1.0.0 | Nov 13, 2024 | acf-multisite-sync.zip | 6 |
Active-site estimate ≈10 comes from the median of recent superseded releases. Method.