| 开发者 | honeill |
|---|---|
| 更新时间 | 2026年7月7日 03:26 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
honeill-update-log folder to /wp-content/plugins/, or install the ZIP via Plugins → Add New → Upload Plugin.In a custom table ({prefix}_honeill_update_log) in your site's database. Deleting the plugin removes that table.
This version focuses on plugins. Theme and core support is a planned addition.
No. It only writes a row when a plugin event actually happens, and the log screen is admin-only.
The most recent 5,000 entries are kept, and anything older than a year is pruned by a daily cleanup.
The previous version is captured just before an update runs. For a brand-new install (or if the plugin was added before this plugin was active) there is no earlier version to record.
Clearing is limited to administrators (super admins on multisite), and every clear writes a "Log cleared" entry recording who did it — so it can't be done silently. To disable clearing completely, add: add_filter( 'honeill_update_log_can_clear', '__return_false' );