| 开发者 |
intouchdesigndev
ikaroweb |
|---|---|
| 更新时间 | 2026年8月21日 03:43 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/intouch-orphan-table-cleaner directory, or install the plugin through the WordPress plugins screen directly.While the plugin is designed to carefully identify tables that are no longer in use, it is highly recommended to create a full database backup before deleting any tables. A backup ensures you can easily restore your data if something goes wrong.
The plugin allows you to test table removal using Dry Run (Suspend) mode first. Furthermore, it uses a smart mapping system to protect core WordPress tables and popular shared libraries (like Action Scheduler).
Cannot redeclare function iotc_plugin_activate() error. All main-file logic is now wrapped per Freemius's documented pattern, calling set_basename() instead of redeclaring when a second copy loads.IOTC_VERSION constant definition with defined() to avoid a "Constant already defined" warning under the same dual-folder scenario.wp_register_style()/wp_enqueue_style() instead of an echoed <link> tag, per WordPress.org review feedback.style attributes and onclick handlers from the admin dashboard screen; moved to the enqueued CSS/JS files per Guideline standards.IOTC_VERSION constant.plugins_url() base-path argument in the emergency-restore AJAX handler.wf) to reduce false-positive orphan detection on unrelated tables..claude and skills-lock.json dev tooling files from the production ZIP (.distignore).$wpdb->prepare() with %i identifier placeholders.$wpdb->prepare calls inside $wpdb->query to satisfy strict WordPress.DB.PreparedSQL.NotPrepared coding standard checks.iotc_ to comply with Plugin Guidelines.$wpdb->prepare() with the %i identifier placeholder for safe schema modifications.ABSPATH fallbacks for emergency-restore.php.