Guides/Add WPChangeSync Support to Your Plugin

Add WPChangeSync Support to Your Plugin

Integrations are plain configuration mapped onto generic handlers for options, custom tables, post types, taxonomies, and post meta. You describe what to sync; WPChangeSync does the exporting, importing, and remote pushing.
Updated 5 June 2026·Task guide

Overview

Integrations are plain configuration mapped onto generic handlers for options, custom tables, post types, taxonomies, and post meta. You describe what to sync; WPChangeSync does the exporting, importing, and remote pushing.

Added support already? Tell us

Once you have shipped WPChangeSync support in your plugin or theme, submit it here and we will mark its integration page as natively supported.

Video walkthrough

Video walkthrough coming soon.

The YouTube embed will appear here.

What this covers

  • No handler code needed
  • Fastest path: build it visually, then export
  • Option A: register from PHP
  • Option B: ship JSON config files
  • Always exclude secrets
  • Full schema reference

Screenshots

No handler code needed
No handler code needed