开发者 |
seedprod
smub |
---|---|
更新时间 | 2025年5月20日 22:12 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
db-reset-pro
folder to the /wp-content/plugins/
directoryNo. DB Reset Pro only resets the database. Your uploaded files in wp-content/uploads remain untouched.
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.
Add this line to your wp-config.php file:
define( 'REACTIVATE_DB_RESET_PRO', true );
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' );
This plugin is designed for single site installations. Use with caution on multisite networks.
No. The admin user will be recreated with the current password, so you can still log in after the reset.