Codeandcore One-Click Migrator

Description

Codeandcore One-Click Migrator is a unified WordPress plugin that acts as both Sender and Receiver.
Install on both sites to migrate content directly between servers — no FTP, no export/import.

Features

  • All Post Types — Posts, Pages, and Custom Post Types (CPT)
  • All Statuses — Draft, Published, Pending, Scheduled (Future), Private
  • Featured Image — Auto-downloaded and re-attached on receiver
  • All Taxonomies — Categories, Tags, custom taxonomies (parent hierarchy preserved)
  • Post Excerpt — Full excerpt support preserved during migration
  • Full ACF Support — All field types with up to 3-level deep repeater support
  • ACF Smart Update — Only updates fields that exist on the receiver (skips missing fields)
  • Image Remapping — ACF image/gallery fields downloaded and re-attached on receiver
  • Relationship Remapping — Post Object and Relationship fields resolved by slug
  • Flexible Content — ACF Flexible Content field support (up to 2 sub-levels)
  • Page Builders Support — Full media and layout remapping for Elementor, Beaver Builder, and Gutenberg block editor
  • Premium UI — Ultra Premium Light Admin UI with modal confirmations and sleek sidebar
  • REST API — Secure server-to-server communication (no file transfers)
  • Authentication — Shared auth-key, verified with timing-safe comparison
  • Bulk Migration — Migrate multiple posts with real-time progress tracking
  • Disconnect — Easily disconnect and reset sender credentials
  • Deactivation Feedback — Understand why users leave with a sleek, non-intrusive feedback modal
  • Usage Tracking — Opt-in analytics to help us improve features and identify platform compatibility needs

How It Works

  1. Install this plugin on both the source and destination sites.
  2. On the destination site go to Codeandcore One-Click Migrator Receiver Settings generate an auth key copy the endpoint URL.
  3. On the source site go to Codeandcore One-Click Migrator Sender Settings paste the endpoint URL and auth key.
  4. On the source site Navigate to any post list click ⚡ Migrate in the row actions, OR use the Migrate Posts panel for bulk migrations.

Screenshots

Installation

  1. Upload the codeandcore-one-click-migrator folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Follow the How It Works steps above

FAQ

What ACF field types are supported?

All standard ACF field types: text, textarea, number, email, url, image, file, gallery, select, checkbox, radio, relationship, post_object, user, taxonomy, date/time, color, repeater (up to 3 levels), and flexible_content.

What happens if a field doesn’t exist on the receiver?

Top-level ACF fields are checked against available field groups on the receiver. If a field doesn’t exist, it can be skipped or preserved as post meta depending on your configuration.

Will duplicate posts be created?

No. Posts are matched by slug + post type. If a match is found, the existing post is updated. Otherwise a new post is created.

Are media files duplicated?

No. The plugin checks if an image with the same filename/path exists in the media library and reuses it to save space. Otherwise, it is downloaded fresh.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Codeandcore One-Click Migrator” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial merged release combining sender and receiver into one plugin
  • Added bulk migration with progress bar
  • Added 3-level ACF repeater support
  • Added flexible content support
  • Added relationship field remapping
  • Added smart ACF field availability check on receiver
  • Added Ultra Premium Light Admin UI with modal confirmations
  • Added test connection and “Disconnect” features
  • Added auto key generator for receiver auth
  • Support for scheduled (future) posts and private content
  • Full compatibility and media remapping for Elementor, Beaver Builder, and Gutenberg
  • Added Opt-in Usage Tracking and Analytics
  • Added Deactivation Feedback Modal with secure API integration