WP Manifestindependent plugin directory
manifest / multisite / acf-multisite-sync

ACF Multisite Sync

Synchronize Advanced Custom Fields settings across all sites in your WordPress multisite network.

by Joseph Fusco · github.com/josephfusco/acf-multisite-sync

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.zip

Readme

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

  1. Upload plugin to /wp-content/plugins/
  2. Network activate via /wp-admin/network/plugins.php

Usage

  1. Configure ACF on your primary site
  2. Visit Custom Fields > Sync to Subsites
  3. 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

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
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.