توضیحات
Creates functionality to duplicate any and all post types, including taxonomies & custom fields. Perfect for developers and content creators.
تغییرات این نسخه
3.0.15 [2026-05-14]
Security fix: store duplicated custom meta via add_post_meta() so WordPress core’s maybe_serialize() neutralizes raw serialized payloads, mitigating PHP Object Injection (CWE-502)
3.0.14 [2026-04-02]
Added “Excluded Meta Keys” setting on the Advanced tab to allow users to specify meta keys that should never be duplicated or shown in the duplication modal
Moved nestedpages and wpca-list screen slugs from settings default value to hardcoded filter in hooks.php
Cleared additional_screens default value; slugs now shown as placeholder examples in the settings field
Fixed post guid being copied to duplicate for non-public post types
3.0.13 [2026-03-21]
Added PHP fallback for duplicate row-action link so duplication works on any admin screen even when scripts are not loaded
Added mtphr_post_duplicator_additional_screens filter and settings field for configuring extra admin screens where scripts should load
Removed WP Nested Pages and WP Customer Area dedicated integration files; their slugs are now pre-filled in the new Additional Admin Screens setting
Extracted shared perform_duplication() core function used by both the REST API and the PHP fallback handler
3.0.12 [2026-03-18]
Security fix: restrict future and private statuses for users without publish_posts capability
Security fix: enforce post type duplication restrictions in the REST API permission callback
Security fix: prevent contributors from attributing duplicated posts to other users with
Security fix: store duplicated custom meta via add_post_meta() so WordPress core’s maybe_serialize() neutralizes raw serialized payloads, mitigating PHP Object Injection (CWE-502)
3.0.14 [2026-04-02]
Added “Excluded Meta Keys” setting on the Advanced tab to allow users to specify meta keys that should never be duplicated or shown in the duplication modal
Moved nestedpages and wpca-list screen slugs from settings default value to hardcoded filter in hooks.php
Cleared additional_screens default value; slugs now shown as placeholder examples in the settings field
Fixed post guid being copied to duplicate for non-public post types
3.0.13 [2026-03-21]
Added PHP fallback for duplicate row-action link so duplication works on any admin screen even when scripts are not loaded
Added mtphr_post_duplicator_additional_screens filter and settings field for configuring extra admin screens where scripts should load
Removed WP Nested Pages and WP Customer Area dedicated integration files; their slugs are now pre-filled in the new Additional Admin Screens setting
Extracted shared perform_duplication() core function used by both the REST API and the PHP fallback handler
3.0.12 [2026-03-18]
Security fix: restrict future and private statuses for users without publish_posts capability
Security fix: enforce post type duplication restrictions in the REST API permission callback
Security fix: prevent contributors from attributing duplicated posts to other users with