5,000+
October 17, 2025
March 17, 2009
Resets the WordPress database back to its defaults. Deletes all customizations and content. Does not modify files only resets the database.
This plugin is very helpful for plugin and theme developers.
If the admin user exists and has level_10 permissions it will be recreated with its current password and email address. If the admin user does not exist or is a dummy account without admin permissions the username that is logged in will be recreated with its email address and current password. The blog name is also kept.
The plugin will add an entry to the Admin Bar under the site title and has the ability to reactivate itself and other plugins after the reset.
Database Compatibility: This plugin supports both MySQL/MariaDB and SQLite databases. For SQLite installations, the reset process will delete the database file and redirect you to the WordPress installation screen.
wordpress-reset folder from the /wp-content/plugins/ directorywordpress-reset folder to the /wp-content/plugins/ directorywordpress-reset folder to the /wp-content/plugins/ directory or install directly through the plugin installer.Add define( 'REACTIVATE_WP_RESET', true ); to wp-config.php above /* That's all, stop editing! Happy blogging. */
Add an array called $reactivate_wp_reset_additional to the global scope by placing it in wp-config.php above /* That's all, stop editing! Happy blogging. */ that contains the plugin basenames of the plugins to activate, such as:
$reactivate_wp_reset_additional = array(
'hello.php',
'akismet/akismet.php'
);
Yes! For SQLite databases, the plugin will delete the database file and redirect you to the WordPress installation screen. This means you’ll need to set up WordPress from scratch after the reset, unlike MySQL/MariaDB installations where your admin user is automatically recreated.
January 19, 2016
| Version | Download | Type |
|---|---|---|
| 1.5.0 | Download | Stable |
| 1.4.3 | Download | Stable |
| 1.4.2 | Download | Stable |
| 1.4.1 | Download | Stable |
| 1.4 | Download | Stable |
| 1.3.3 | Download | Stable |
| 1.3.2 | Download | Stable |
| 1.3.1 | Download | Stable |
| 1.3 | Download | Stable |
| 1.2 | Download | Stable |
| 1.1 | Download | Stable |
| 1.0 | Download | Stable |
| Development | Download | Trunk |