
內容簡介
總結:R2K Terms Copier 是一個簡單又強大的 WordPress 外掛,允許您複製任何分類術語(分類、標籤或自訂分類法)以及所有相關的元數據,而不影響關係。
問題與答案:
1. 這個外掛的 Key Features 包括哪些功能?
- 點擊一次即可複製:只需將鼠標懸停在分類法列表中的任何術語上,然後點擊“複製”。
- 完整的元數據複製:所有術語的元數據都將自動複製到複本。
- 保留關係:保留父子術語關係。
- 智能命名:自動將“(Copy)”附加到複製的術語上,如果存在重複,則自動進行編號。
- 適用於所有分類法:與分類、標籤和任何自訂分類法兼容。
- 安全優先:包括 nonce 驗證和權限檢查。
- 用戶友好:提供清晰的成功和錯誤消息。
2. 如何使用這個外掛?
- 前往任何分類法術語列表(例如,文章 → 分類)。
- 懸停在要複製的術語上。
- 點擊出現在行動操作中的“複製”連結。
- 術語將立即複製,並且包含所有的元數據。
3. 這個外掛的 Use Cases 是什麼?
- 複製具有自訂元字段的複雜分類結構。
- 創建可重複使用的模板術語。
- 快速創建現有術語的變化。
- 複製具有 ACF 或其他自訂字段數據的術語。
- 複製分層術語結構。
這些問題與答案被呈現在 HTML的項目符號清單中。
外掛標籤
開發者團隊
原文外掛簡介
R2K Terms Copier is a simple and powerful WordPress plugin that allows you to duplicate any taxonomy term (categories, tags, or custom taxonomies) along with all associated meta data without relationships.
Key Features
One-Click Duplication: Simply hover over any term in the taxonomy list and click “Duplicate”
Complete Meta Data Copy: All term meta data is automatically copied to the duplicate
Preserves Relationships: Parent-child term relationships are maintained
Smart Naming: Automatically appends “(Copy)” to duplicated terms, with automatic numbering if duplicates exist
Works with All Taxonomies: Compatible with categories, tags, and any custom taxonomies
Security First: Includes nonce verification and capability checks
User-Friendly: Clear success and error messages
How It Works
Navigate to any taxonomy term list (e.g., Posts → Categories)
Hover over the term you want to duplicate
Click the “Duplicate” link that appears in the row actions
The term is instantly duplicated with all its meta data
Use Cases
Duplicate complex category structures with custom meta fields
Create template terms for reuse
Quickly create variations of existing terms
Copy terms with ACF or other custom field data
Duplicate hierarchical term structures
Developer Hooks
The plugin provides a filter for developers to customize behavior:
r2k_terms_copier_skip_meta_keys – Filter to exclude specific meta keys from duplication
Developer Information
Filters
r2k_terms_copier_skip_meta_keys – Array of meta keys to skip during duplication
Example usage:
add_filter( ‘r2k_terms_copier_skip_meta_keys’, function( $keys ) { $keys[] = ‘my_custom_key’; return $keys; } );
Support
For support, feature requests, or bug reports, please visit the plugin support page or contact the developer.
