Linux 软件免费装
Banner图

DB Reset Pro

开发者 seedprod
smub
更新时间 2025年5月20日 22:12
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

development database cleanup reset wordpress-reset

下载

1.0.0

详情介绍:

DB Reset Pro allows you to quickly reset your WordPress database to its default state without affecting your files or media uploads. This is extremely useful for developers, testers, and anyone who needs a clean WordPress installation without reinstalling. Key Features Use Cases Important Notes
  1. This plugin will delete all your posts, pages, custom post types, comments, and users except the admin account
  2. Your themes and plugins will be deactivated but remain installed
  3. Your media uploads will not be affected
  4. Your WordPress core files will not be modified
  5. Always backup your database before using this plugin

安装:

  1. Upload the db-reset-pro folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to Tools → DB Reset Pro to access the reset interface

常见问题:

Will this plugin delete my media uploads?

No. DB Reset Pro only resets the database. Your uploaded files in wp-content/uploads remain untouched.

Will my themes and plugins be deleted?

No. All installed themes and plugins will remain on your server. However, they will be deactivated after reset. You can configure DB Reset Pro to automatically reactivate certain plugins after reset.

How can I have this plugin auto-reactivate after reset?

Add this line to your wp-config.php file: define( 'REACTIVATE_DB_RESET_PRO', true );

Can I have other plugins auto-reactivate as well?

Yes. Add an array called $reactivate_wp_reset_pro_additional to your wp-config.php file with the plugin paths: $reactivate_wp_reset_pro_additional = array( 'hello.php', 'akismet/akismet.php' );

Is this plugin compatible with multisite?

This plugin is designed for single site installations. Use with caution on multisite networks.

Will my admin password change?

No. The admin user will be recreated with the current password, so you can still log in after the reset.

更新日志:

1.0.0