Title: Codeandcore One-Click Migrator
Author: Code and Core
Published: <strong>22 Junho, 2026</strong>
Last modified: 22 Junho, 2026

---

Procurar plugins

![](https://ps.w.org/codeandcore-one-click-migrator/assets/banner-772x250.png?rev
=3581954)

![](https://ps.w.org/codeandcore-one-click-migrator/assets/icon-256x256.png?rev=
3581954)

# Codeandcore One-Click Migrator

 Por [Code and Core](https://profiles.wordpress.org/codeandcore/)

[Descarregar](https://downloads.wordpress.org/plugin/codeandcore-one-click-migrator.1.0.0.zip)

 * [Detalhes](https://pt.wordpress.org/plugins/codeandcore-one-click-migrator/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/codeandcore-one-click-migrator/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/codeandcore-one-click-migrator/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/codeandcore-one-click-migrator/#developers)

 [Suporte](https://wordpress.org/support/plugin/codeandcore-one-click-migrator/)

## Descrição

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.

## Ecrãs

[⌊Sender Settings — Connect to your destination site using the endpoint URL and 
Auth Key.⌉⌊Sender Settings — Connect to your destination site using the endpoint
URL and Auth Key.⌉[

**Sender Settings** — Connect to your destination site using the endpoint URL and
Auth Key.

[⌊Receiver Settings — Generate secure Auth Keys and view your REST API endpoint.⌉⌊
Receiver Settings — Generate secure Auth Keys and view your REST API endpoint.⌉[

**Receiver Settings** — Generate secure Auth Keys and view your REST API endpoint.

[⌊Bulk Migration — Select multiple posts and track migration progress in real-time.⌉⌊
Bulk Migration — Select multiple posts and track migration progress in real-time
.⌉[

**Bulk Migration** — Select multiple posts and track migration progress in real-
time.

[⌊Post-Level Migration — Quick-action "Migrate" link directly in the post list table.⌉⌊
Post-Level Migration — Quick-action "Migrate" link directly in the post list table
.⌉[

**Post-Level Migration** — Quick-action “Migrate” link directly in the post list
table.

[⌊Real-time Progress — Visual feedback during the migration process.⌉⌊Real-time 
Progress — Visual feedback during the migration process.⌉[

**Real-time Progress** — Visual feedback during the migration process.

## Instalação

 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

## Perguntas frequentes

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

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“Codeandcore One-Click Migrator” é software de código aberto. As seguintes pessoas
contribuíram para este plugin:

Contribuidores

 *   [ Code and Core ](https://profiles.wordpress.org/codeandcore/)

[Traduza o “Codeandcore One-Click Migrator” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/codeandcore-one-click-migrator)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/codeandcore-one-click-migrator/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/codeandcore-one-click-migrator/),
ou subscreva o [registo de alterações](https://plugins.trac.wordpress.org/log/codeandcore-one-click-migrator/)
por [RSS](https://plugins.trac.wordpress.org/log/codeandcore-one-click-migrator/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 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

## Metadados

 *  Versão **1.0.0**
 *  Última actualização **Há 3 semanas**
 *  Instalações activas **Menos de 10**
 *  Versão do WordPress ** 5.6 ou superior **
 *  Testado até **7.0.1**
 *  Versão do PHP ** 7.4 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/codeandcore-one-click-migrator/)
 * Etiquetas
 * [acf](https://pt.wordpress.org/plugins/tags/acf/)[content migration](https://pt.wordpress.org/plugins/tags/content-migration/)
   [migration](https://pt.wordpress.org/plugins/tags/migration/)[post migration](https://pt.wordpress.org/plugins/tags/post-migration/)
   [rest-api](https://pt.wordpress.org/plugins/tags/rest-api/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/codeandcore-one-click-migrator/advanced/)

## Classificações

Ainda não foram submetidas avaliações.

[Your review](https://wordpress.org/support/plugin/codeandcore-one-click-migrator/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/codeandcore-one-click-migrator/reviews/)

## Contribuidores

 *   [ Code and Core ](https://profiles.wordpress.org/codeandcore/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/codeandcore-one-click-migrator/)