Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Ultimate WordPress Reset

Descripción

Resets the WordPress database back to default state with one click. Deletes all settings and content. Does not modify any files only resets the database.

This plugin helps if your WordPress, theme or plugins works wrong and you want to quickly start from scratch and get fresh WordPress installation, without loosing any files. You can easily reinstall your theme and plugins after reset, without uploading files again. This is very helpful especially for theme developers and testers.

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.

You can access this plugin page from Admin Bar or Tools > WordPress Reset.

  • All your themes, plugins will be deactivated and all its settings will be resetted.
  • All your content will be removed (posts, pages, custom post types, comments, menus, users and WordPress settings).
  • None of your files will be removed (plugin only reset database).
  • Admin user will be recreated after reset.
  • You can automatically reactivate your plugins after reset.
  • Blog name will not be reseted.
  • Plugin work with ANY theme.

Upgrade

  1. Go to Plugins in WordPress and update plugin as usual.

Usage

  1. Visit the WordPress Reset Tools page by either clicking the link in the Admin Bar or Tools>WordPress Reset
  2. Type ‘reset’ in the text field and click reset.

Capturas

  • Screenshot 1

Instalación

  1. Upload the ultimate-wordpress-reset folder to the /wp-content/plugins/ directory or install directly in Plugins > Add new.
  2. Activate the plugin in the ‘Plugins’ menu in WordPress or by using the link provided by the plugin installer.

FAQ

How to auto reactivate this plugin after reset?

Add define( 'REACTIVATE_WP_RESET', true ); to wp-config.php above /* That's all, stop editing! Happy blogging. */

How to auto reactivate my plugins after reset?

Add an array $reactivate_wp_reset_additional to the 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_plugins = array(
    'hello.php',
    'akismet/akismet.php'
);

Reseñas

Leer la 1 reseña

Colaboradores y desarrolladores

«Ultimate WordPress Reset» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Ultimate WordPress Reset» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0 (2017-11-16):

  • Initial Release