
外掛標籤
開發者團隊
② 後台搜尋「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
