[WordPress] 外掛分享: Clonify – Page & Post Duplicator

首頁外掛目錄 › Clonify – Page & Post Duplicator
WordPress 外掛 Clonify – Page & Post Duplicator 的封面圖片
全新外掛
安裝啟用
尚無評分
13 天前
最後更新
問題解決
WordPress 5.9+ PHP 7.4+ v2.0.0 上架:2026-06-01

外掛標籤

開發者團隊

⬇ 下載最新版 (v2.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「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

延伸相關外掛

文章
Filter
Apply Filters
Mastodon