| 开发者 | jahrard |
|---|---|
| 更新时间 | 2026年4月16日 15:39 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ or install it via the WordPress plugin screen.No. All cache calls are conditional — the plugin only purges caches that are detected as active.
Yes. By default, auto-detection is enabled and all available caches are purged. You can disable auto-detection and select specific cache systems in the settings.
When WordPress enters maintenance mode (during updates), a .maintenance file is created. If this file persists longer than the configured delay (default: 5 minutes), an email alert is sent to the designated administrators.
You can select one or more administrators who will receive maintenance alerts and be the only ones to see available updates. Other administrators will not see update notifications.
Yes. Use the azka_umc_register_handler action hook to register your own handler implementing the Cache_Handler interface.