This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Ultimate WordPress Reset

توضیحات

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.

عکس‌های صفحه

  • Screenshot 1

نصب

  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.

سوالات متداول

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'
);

نقد و بررسی‌ها

خواندن تمامی 1 نقد و بررسی‌

توسعه دهندگان و همکاران

“Ultimate WordPress Reset” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Ultimate WordPress Reset” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0 (2017-11-16):

  • Initial Release