

The "Duplicate" link appears when hovering over any term in the taxonomy list
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.
The plugin provides a filter for developers to customize behavior:
r2k_terms_copier_skip_meta_keys – Filter to exclude specific meta keys from duplicationr2k_terms_copier_skip_meta_keys – Array of meta keys to skip during duplicationExample usage:
add_filter( ‘r2k_terms_copier_skip_meta_keys’, function( $keys ) { $keys[] = ‘my_custom_key’; return $keys; } );
For support, feature requests, or bug reports, please visit the plugin support page or contact the developer.