| 开发者 | ankitrawat |
|---|---|
| 更新时间 | 2026年8月22日 05:47 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
RESET in the confirmation field.No. The reset permanently deletes data. Restore a verified backup if you need to recover the site.
The administrator account that performs the reset is preserved. Other WordPress users are deleted.
No. WordPress core tables are explicitly protected. Tables outside WordPress's core table list that use the site's database prefix are removed.
No. The plugin only removes files within the configured uploads directory and installed plugins/themes. WordPress core files are not touched.
No. The active theme is preserved so the site remains usable after the reset. If it is a child theme, its parent theme is preserved too.
No. The plugin deliberately refuses to run on multisite installations.
No. The plugin does not make remote requests, collect telemetry, or send usage data.
Only if you intentionally want to permanently remove the site's data and have a verified backup. The plugin is primarily intended for development, testing, and controlled site resets.
RESET confirmation.wp-content paths in favor of WordPress directory APIs.$preserve_directory parameter to the delete_files method.