Description
Invizo Advanced Reset Suite is a developer-focused reset and cleanup utility for WordPress. It can reset site data, create database snapshots, restore snapshots, remove generated content, clean selected database areas, and run file cleanup actions from a dedicated admin screen.
Important: this plugin performs destructive actions. Use it only on local, development, staging, or disposable test sites unless you have a verified backup and understand the outcome.
Highlights:
- Full reset, nuclear reset, and custom reset workflows.
- Database snapshots before risky changes.
- Restore, compare, download, and delete snapshots.
- Cleanup tools for transients, theme options, comments, revisions, widgets, uploads, plugins, themes, and custom tables.
- Typed confirmation text for destructive REST actions.
- Capability checks for administrator-only access.
Privacy
Invizo Advanced Reset Suite does not collect analytics, create tracking beacons, or send personal information to Invizo. Administrator-triggered search/install/version features may request public package information from WordPress.org.
Installation
- Upload the
invizo-advanced-reset-suitefolder to/wp-content/plugins/. - Activate the plugin through the Plugins screen in WordPress.
- Go to Advanced Reset in the WordPress admin menu.
- Create a database snapshot before running destructive tools.
FAQ
-
Should I use this on a production site?
-
No. This plugin is intended for local development, staging, QA, demos, and disposable test sites. It can permanently delete content, database tables, plugin files, theme files, uploads, and settings.
-
Does this plugin contact external services?
-
The plugin does not track users and does not send site data to Invizo. It may contact WordPress.org APIs only when you search for plugins/themes, install a collection item from WordPress.org, or request available WordPress core versions.
-
Where are snapshots stored?
-
Snapshots are stored in
wp-content/uploads/invizo-advanced-reset-suite/snapshots/as compressed SQL files. The directory includes access protection files, but you should still treat snapshots as sensitive database backups. -
Where is the source code for the admin app?
-
The human-readable React/Vite source is included in the
src/directory. To rebuild the bundled admin assets, runnpm install, thennpm run build:adminfrom the plugin root. Release zip generation is handled bynpm run build:zip. -
Can actions be undone?
-
Only if you created a valid snapshot or external backup before the action and that backup can be restored successfully.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Invizo Advanced Reset Suite” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Invizo Advanced Reset Suite” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Fixed release packaging to exclude development-only PostCSS and Tailwind config files.
- Removed dynamic PHP placeholder creation from the uploads storage directory.
- Fixed a vendored diff sorting typo that could cause a fatal error.
- Replaced scanner-flagged generic variable names in cache and dump code paths.
1.0.0
- Initial WordPress.org-ready release.
- Added reset workflows, snapshots, cleanup tools, admin UI, REST API, and WP-CLI commands.
- Added typed confirmations and request sanitization for destructive actions.