WP Admin Utility Enhancer
Developer-friendly WordPress admin utilities plugin featuring post/page duplication and admin enhancements.
by Harsh Pramod Zavare · github.com/harshzavare/plugin-development-wp-admin-utility-enhancer · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/harshzavare/plugin-development-wp-admin-utility-enhancer/archive/refs/heads/main.zipA lightweight WordPress plugin that adds developer-friendly admin utilities to improve productivity during site building.
✨ Features
- Duplicate posts and pages directly from the admin list
- Duplicated items are created as drafts
- Automatically appends
(copy)to duplicated titles - Show Page ID column in admin tables
- Show Page Template name in Pages list
- Disable Gutenberg editor per post type (filter-based)
- Secure actions using nonces and capability checks
- Admin-only functionality (no frontend impact)
🛠 Installation
- Download or clone this repository
- Upload the plugin folder to
/wp-content/plugins/ - Activate WP Admin Utility Enhancer from the WordPress admin
- Hover over any post or page and click Duplicate this
🧪 Development Notes
- No database schema changes
- No frontend scripts or styles
- Built using WordPress coding standards
- Compatible with latest WordPress versions
📌 Author
Harsh Pramod Zavare
WordPress Developer
GitHub: https://github.com/HarshZavare
📄 License
GPL v2 or later