Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database.
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'
);
Requires: 2.8 or higher
Compatible up to: 3.3.1
Last Updated: 2012-1-29
Downloads: 19,676




