Clonify – Page & Post Duplicator

Clonify – Page & Post Duplicator

Details
View on WordPress

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

Details

Plugin code:
clonify-page-post-duplicator
Plugin version:
2.0.0
Author:
Outdated:
No
WP version:
5.9 or higher
PHP version:
7.4 or higher
Test up to WP version:
6.9.4
Total installations:
0
Last updated:
2026-06-02
Rating:
Times rated:
0
clone-post
content-cloner
copy-page
duplicate-page
duplicate-post