| 开发者 | quentinldd |
|---|---|
| 更新时间 | 2026年4月7日 18:33 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp-config.php constants that override update behavior. It does not replace the WordPress update engine, perform rollbacks, or connect to external services.
Update logging
wp-config.php constants (such as WP_AUTO_UPDATE_CORE) that override your settings, so you can spot configuration conflicts./wp-content/plugins/updatronix/ directory, or install the plugin through the WordPress Plugins screen.Logging starts automatically when you activate the plugin. To change this, go to Tools → Updatronix (or Dashboard → Updates log), open the Settings tab, and toggle "Enable update logging." When enabled, the plugin records every core, plugin, theme, and translation update with version-before and version-after values, trigger type, and technical process messages.
Go to Tools → Updatronix → Settings, enable "Email notifications," enter one or more recipient addresses separated by commas, and select which event types trigger an email: core updates, plugin and theme auto-updates, debug emails, and recovery mode. Updatronix filters the same emails WordPress sends — it does not create a separate notification system.
Yes. Updatronix hooks into the native WordPress update process. The plugin logs any item that updates through Dashboard → Updates, WP-CLI, or the automatic update flow, whether it comes from the WordPress.org directory or a third-party source.
No. Updatronix records updates but does not perform rollbacks or repairs. If an update fails, the shutdown handler attempts to capture the error. This gives you diagnostic data — such as version snapshots and error traces — to help you recover manually.
Updatronix requires WordPress 6.2 or newer and PHP 8.1 or newer. The plugin does not support or test against older versions.
No. All logs and settings stay in your site's own database. Updatronix does not connect to external services.
Yes. Updatronix reads the constants and restrictions that managed hosts set. If the hosting provider locks a setting at the server level, the plugin detects it and displays the active value.
You set a retention period from one to 365 days in the Settings tab. A daily WP-Cron task removes entries older than that limit.
Yes. Updatronix is multisite-aware and tracks logs on a per-site basis. A future release will add network-wide management features.
ob_start() buffers safely.