WP Reset resets the entire site or selected parts using advanced reset options to default values. 100% safe to use with built-in restore function.
WP Reset quickly resets the site’s database to the default installation values without modifying any files. It deletes all customizations and content, or just chosen parts like theme settings. WordPress Reset is fast and safe to use thanks to the built-in snapshots which provide 1-click restore functionality. It has multiple fail-safe mechanisms so you can never accidentally lose data. WP Reset is extremely helpful for plugin and theme developers. It speeds up testing & debugging by providing a quick way to reset settings and re-test code. It’s the only WP development tool for non-developers that enables advanced reset.
For support please use the official forum, and if you need more information visit wpreset.com and be sure to check out the roadmap for the list of upcoming features.
Access WP Reset admin page via the “Tools” menu.
Please read carefully before proceeding to understand what WP Reset does, and remember to always create a snapshot
Before doing a reset, create a snapshot. The button is located right next to the reset button and it takes less than 10 seconds to create a snapshot. After reset is done, if you need to undo it simply restore the snapshot and that’s it.
WP Reset comes with full WP-CLI support. Help on our WP-CLI commands is available via wp help reset. By default the commands have to be confirmed but you can use the --yes
option to skip confirmation. Instead of the active user, the first user with admin privileges found in the database will be restored after reset. Please be careful when using WP Reset with WP-CLI – as with using the GUI always make a snapshot or backup first.
Currently supported WP-CLI commands:
wp reset reset
wp reset version
wp reset delete
wp reset snapshots
Database snapshot is a copy of all WP database tables, standard and custom ones, saved in the currently used database (as set by wp-config.php). Files are not saved or included in snapshots in any way.
Snapshots are primarily a development tool. Although they can be used for backups (and downloaded as gzipped SQL dumps), we suggest finding a more suitable tool for doing backups of live sites. Use snapshots to find out what changes a plugin made to your database – what custom tables were created, modified, deleted or what changes were made to site’s settings. Or use it to quickly restore the development environment after testing database related changes.
Restoring a snapshot does not affect other snapshots, or WP Reset settings. Snapshots can be compared to current database tables, restored (by overwriting current tables), exported ad gzipped SQL dumps, or deleted. Creating a snapshot on an average WordPress installation takes 1-2 seconds.
WP Reset has yet to be completely tested with multisite! Please be careful when using it with multisite enabled. We don’t recommend to resetting the main site. Sub-sites should be OK. We’re working on making WP Reset fully compatible with WP-MU. Till then please be careful. Thank you for understanding.
We are not lawyers. Please do not take any of the following as legal advice.
WP Reset does not track, collect or process any user data on the front end. Nothing is logged or pushed to any 3rd parties. We also don’t use any 3rd party services or CDNs. All actions are performed in the admin and started exclusively on users’ request. If you opt to activate your PRO license in the plugin, some data will be shared with WebFactory Ltd; that’s clearly noted below the license activation form. Based on that, we feel it’s GDPR compatible, but again, please, don’t take this as legal advice.
If you’re having problems with SSL or HTTPS try our free WP Force SSL plugin. It’s a great plugin to enable SSL or install SSL.
Follow the usual routine;
Or if needed, upload manually;
Automatically no, it does not. But we have “download backup” links besides every tool in the plugin so make sure you download a backup before running them. Backups only contain the database, no files!
Use the same username and password you used while doing the reset. Only one user will be restored after resetting. The one you used at that time.
No. All files are left untouched if you do a full reset. However, there are tool like “delete themes” that do delete files.
Absolutely not. No reconfiguration is needed. No files are modified.
We sure do! Just type “wp reset” in your shell to see the list of available commands and options.
On most installations a second or two. If you have a huge amounts of data in tables then up to ten seconds.
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.