We'll create fresh WordPress site with Database Reset installed. You have 20 minutes to test the plugin after that site we'll be deleted.
If you need more reset tools install the free, advanced WP Reset plugin. It has a lot more reset tools to individually reset plugins, themes, transients and media. You can also create database snapshots to restore your WP site with one click if you make a mistake.
The WordPress Database Reset plugin allows you to reset the database (all tables or the ones you choose) back to its default settings without having to go through the WordPress 5 minute installation or having to modify any files.
Features
Command Line
Once activated, you can use the WordPress Database Reset plugin with WordPress CLI. List of WP-CLI commands:
Reset all tables:
wp reset database
Specify a list of tables to reset:
wp reset database --tables='users, posts, comments, options'
The current theme and plugins will be reactivated by default. You can disable them like so:
wp reset database --no-reactivate
List table names:
wp reset list
Support
Create a new post in the WordPress Database Reset support forum.
Want to help out?
WP Database Reset was originally developed in October 2011 by Chris Berthe. Please do not send him any support questions. If you need assistance the official forum is the best and fastest way to get it.