开发者 | perron |
---|---|
更新时间 | 2025年7月1日 18:34 |
捐献地址: | 去捐款 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.8.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
perron_auto_refresh_custom_hooks
filterperron_auto_refresh_custom_hooks
filter. Example:By default, only .php, .js, and .css files within the active theme and child theme are monitored for changes. This improves performance and avoids unnecessary checks on other files.
Changes to CSS files will hot reload to display the updates styling without reloading the HTML DOM.
Editor saves to the wordpress page or post content.
If WP_DEBUG is enabled then any non critical error messages will display. Critical errors will prevent the plugin running, so a manual reload will be required once the code error is fixed to restart monitoring.
This plugin saves developers valuable time, so any donations are greatly appreciated! DONATE
Go to Settings → Live Auto Refresh in your WordPress admin dashboard. You can enable or disable auto refresh here. The admin bar toggle is also available for quick access.
All AJAX requests are protected by WordPress nonces, and all input is strictly sanitized. Only administrators can enable or disable auto refresh.
The plugin now only checks .php, .js, and .css files and uses file modification times instead of full file hashes for much faster detection.
perron_auto_refresh_custom_hooks
filter