| 开发者 | ab16982 |
|---|---|
| 更新时间 | 2026年3月15日 13:18 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
.sql backups of your database directly from the plugin dashboard before you clean._transient_ and _site_transient_) that bloat the wp_options table.OPTIMIZE TABLE commands on all your WordPress tables with a single click.dejunk-db folder to the /wp-content/plugins/ directory, or install the plugin directly through the WordPress plugins screen by searching for Dejunk DB.Yes. Orphaned meta refers to data left behind when a post or user is deleted. Revisions are old versions of your posts. Removing them will not affect your live website content, but will significantly reduce database size.
Backups are stored in your wp-content/uploads/dejunk-db-backups directory. The plugin automatically generates an .htaccess file and an index.php file inside this folder to block direct web access, keeping your backups secure.
For strict security compliance, automatic SQL restoration is not included in the plugin. To restore your database, simply download the .sql file from the dashboard and import it using phpMyAdmin, WP-CLI, or your hosting control panel.
No. Dejunk DB hooks into the WordPress uninstall process. If you delete the plugin from the WordPress admin, it will automatically remove its generated backup folder and all .sql files to ensure no sensitive data is left behind.
To prevent memory exhaustion and browser crashing on large sites that may have hundreds of thousands of junk rows, the preview query is intentionally limited to 500 items. The "Clean" action, however, will remove all of them.
$wpdb->prepare() parameterization.uninstall.php cleanup routine to securely remove backups and transients upon plugin deletion.