Content Reset Tool
A lightweight WordPress admin utility for safely resetting selected site content on development, staging and testing environments.
by Grazing Minds · github.com/asishos/content-reset-tool · website
★ 0stars
1release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/asishos/content-reset-tool/releases/download/v1.1.0/content-reset-tool-v1.1.0.zipFrom the readme
Content Reset Tool
A lightweight WordPress administration utility for safely resetting selected site content without reinstalling WordPress.
Warning: This is a destructive tool. It is intended primarily for development, staging, testing, and rebuild environments. Always maintain and verify a working backup before use.
What's new in 1.1.0
- Visible WordPress environment indicator
- Stronger warning when a production environment is detected
- Required verified-backup acknowledgement
- Reset button stays disabled until the safety acknowledgement and exact confirmation are supplied
- Server-side validation of the safety acknowledgement
- Protection for WordPress system post types such as block templates, template parts and global styles
- Refined responsive admin interface
Features
- Content Only reset mode
- Content + Media reset mode
- Standard posts and pages cleanup
- Custom post type cleanup, including previously registered custom post types
- Comment cleanup
- Taxonomy cleanup
- Navigation menu cleanup
- Orphaned metadata and relationship cleanup
- Administrator-only access
- WordPress nonce protection
- Explicit DELETE CONTENT confirmation
- No external services, tracking
Read the full README on GitHub →