Title: Clonify – Page &amp; Post Duplicator
Author: devshujon
Published: <strong>2026-يىلى 2-ئىيۇن</strong>
Last modified: 2026-يىلى 2-ئىيۇن

---

قىستۇرما ئىزدە

![](https://ps.w.org/clonify-page-post-duplicator/assets/banner-772x250.png?rev=
3557687)

![](https://ps.w.org/clonify-page-post-duplicator/assets/icon-256x256.png?rev=3557687)

# Clonify – Page & Post Duplicator

 يازغۇچى [devshujon](https://profiles.wordpress.org/devshujon/)

[چۈشۈر](https://downloads.wordpress.org/plugin/clonify-page-post-duplicator.2.0.0.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/clonify-page-post-duplicator/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/clonify-page-post-duplicator/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/clonify-page-post-duplicator/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/clonify-page-post-duplicator/#developers)

 [قوللاش](https://wordpress.org/support/plugin/clonify-page-post-duplicator/)

## چۈشەندۈرۈش

Clonify gives you a fast, modern way to duplicate any WordPress content — posts,
pages, or custom post types — with a single click.

#### Features

 * One-click Duplicate link in post list row actions
 * Classic Editor Publish metabox button
 * Block Editor (Gutenberg) sidebar button
 * Copies title, content, excerpt, featured image, all taxonomies, and post meta
 * Prefix and suffix naming with live preview
 * Default status — Draft, Published, Private, or Pending Review
 * Redirect control — edit screen or post list after duplication
 * Admin bar duplicate shortcut (optional)
 * Per post-type enable/disable
 * Dashboard with stats, quick actions, and settings summary
 * Tabbed Settings page — General, Post Types, Display, Naming
 * Tools page — system info and stat reset
 * Toast success notifications and loading feedback
 * Elementor CSS auto-regeneration for duplicated posts
 * ACF field group auto-exclusion (prevents data corruption)
 * Serialized PHP object injection protection
 * 10+ developer action and filter hooks

#### Developer Hooks

**Actions:**
 do_action( ›clonify_after_duplicate‹, $new_post_id, $original_post_id);
do_action( ›clonify_after_copy_taxonomies‹, $new_post_id, $original_post_id ); do_action(›
clonify_after_copy_meta‹, $new_post_id, $original_post_id );

**Filters:**
 clonify_before_duplicate — Modify original post before duplication.
clonify_duplicate_title — Override the duplicated post title. clonify_insert_post_args—
Modify full wp_insert_post() args. clonify_excluded_meta_keys — Add/remove meta 
keys excluded from copying. clonify_copy_meta_value — Filter individual meta values
during copy. clonify_redirect_url — Override the URL after duplication. clonify_supported_post_types—
Extend the supported post type list.

#### Programmatic Usage

    ```
    $new_id = Clonify_Duplicate::duplicate( $post_id );
    ```

### License

This plugin is free software released under the GNU General Public License v2 or
later.
 https://www.gnu.org/licenses/gpl-2.0.html

## ئورنىتىش

 1. Go to Plugins > Add New, search Clonify, Install and Activate.
 2. Or upload the ZIP via Plugins > Add New > Upload Plugin.
 3. Configure at Clonify > Settings.
 4. Hover any post in the list and click Duplicate.

## FAQ

### Does it copy the featured image?

Yes, automatically.

### Does it copy ACF custom fields?

Yes — post meta including ACF field values is copied. ACF field group definitions
are excluded to prevent data corruption.

### Does it work with Elementor?

Yes. Elementor CSS is auto-regenerated for each duplicated post.

### Can I set a prefix or suffix on duplicated titles?

Yes. Go to Clonify > Settings > Naming tab. Includes a live preview.

### Is it safe on production?

Yes. Nonce verification, capability checks, sanitization, and serialized object 
injection protection are applied throughout.

### Does it work with WooCommerce?

The free version supports the product post type. All meta and taxonomies are copied.

## باھالاشلار

بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.

## تۆھپىكار ۋە ئىجادكار

«Clonify – Page & Post Duplicator» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ
قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

 *   [ devshujon ](https://profiles.wordpress.org/devshujon/)

[«Clonify – Page & Post Duplicator» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/clonify-page-post-duplicator)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/clonify-page-post-duplicator/)،
[SVN خەزىنە](https://plugins.svn.wordpress.org/clonify-page-post-duplicator/) تەكشۈرۈپ
ياكى [RSS](https://plugins.trac.wordpress.org/log/clonify-page-post-duplicator/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/clonify-page-post-duplicator/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 2.0.0

 * NEW: Full Dashboard with stats cards and quick actions
 * NEW: Tabbed Settings — General, Post Types, Display, Naming
 * NEW: Tools page with system info and stat reset
 * NEW: Prefix + suffix title naming with live preview
 * NEW: Toast notifications and loading feedback
 * NEW: Top-level admin menu (Dashboard, Settings, Tools)
 * NEW: Duplication counter and last-duplicate tracking
 * FIXED: PHP 7.4 compatibility (removed PHP 8.0 union types)
 * FIXED: Deprecated current_time(›timestamp‹) replaced with time()
 * FIXED: Raw $_POST now properly wp_unslash’d before processing
 * FIXED: intval() replaced with absint() per WP standards
 * FIXED: wp_register_style false src replaced with wp_add_inline_style
 * ADDED: uninstall.php for clean database removal
 * All v1.x security and compatibility fixes included

#### 1.1.0

 * Gutenberg and Classic Editor buttons
 * Pending Review status option
 * Elementor CSS regeneration
 * ACF field group exclusion
 * Serialized object injection protection

#### 1.0.0

 * Initial release

## Meta

 *  Version **2.0.0**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **5 كۈن بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **10 دىن ئاز**
 *  WordPress نەشرى ** 5.9 ياكى يۇقىرى **
 *  **6.9.4** دا سىنالغان
 *  PHP نەشرى ** 7.4 ياكى يۇقىرى **
 *  تىل
 * [English (US)](https://wordpress.org/plugins/clonify-page-post-duplicator/)
 * بەلگە
 * [clone post](https://ug.wordpress.org/plugins/tags/clone-post/)[copy page](https://ug.wordpress.org/plugins/tags/copy-page/)
   [duplicate page](https://ug.wordpress.org/plugins/tags/duplicate-page/)[duplicate post](https://ug.wordpress.org/plugins/tags/duplicate-post/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/clonify-page-post-duplicator/advanced/)

## دەرىجە

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/clonify-page-post-duplicator/reviews/#new-post)

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/clonify-page-post-duplicator/reviews/)

## تۆھپىكار

 *   [ devshujon ](https://profiles.wordpress.org/devshujon/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/clonify-page-post-duplicator/)