| 开发者 | quentinldd |
|---|---|
| 更新时间 | 2026年3月30日 17:03 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/updatronix/ directory or install directly via the WordPress Plugins screen.Logging is on by default when you activate Updatronix. To turn it on or off, go to Tools → Updatronix (or Dashboard → Updates log), open the Settings tab, and use the “Enable update logging” option. When enabled, every core, plugin, theme, and translation update is recorded with version before/after, trigger type (manual, automatic, or file upload), and technical process messages.
Updatronix redirects native WordPress update emails to your chosen address. Go to Tools → Updatronix → Settings, enable “Email notifications,” enter one or more recipient addresses (comma-separated), and choose which events trigger an email: core updates, plugin/theme updates, debug (detailed) emails, and recovery mode. Only WordPress’s own system emails are redirected; no separate notification system is used.
Yes. Updatronix does not replace the WordPress update engine. It hooks into the same native update process that WordPress uses for all plugins and themes. Any item that updates through Dashboard → Updates (or the equivalent WP-CLI or automatic update flow) is logged the same way, whether it comes from the WordPress.org directory or a third-party source.
Updatronix acts as a "flight data recorder" for your site. It does not perform rollbacks or repairs, as it is designed to remain lightweight and native. However, its value lies in visibility: if a site crashes, the plugin’s shutdown handler attempts to capture the fatal error or timeout. This provides you with the technical diagnostic data (such as version before/after and error traces) needed to perform a manual recovery much faster.
No. Updatronix requires WordPress 6.2 or newer and PHP 8.1 or newer. Older versions are not tested or supported.
No. Updatronix is 100% local. All logs and settings stay in your site’s own database.
Yes. Updatronix respects the restrictions and constants set by managed hosts. If a setting is locked at the server level, the plugin will detect it and display the current status.
You can configure a retention policy from 1 to 365 days. A daily background task (WP-Cron) automatically removes expired entries to keep your database optimized.
Updatronix is multisite-aware and tracks logs on a per-site basis. Full network-wide management features are planned for future updates.
ob_start() buffers safely.