| 开发者 |
kokeperez
kokenet |
|---|---|
| 更新时间 | 2026年7月11日 15:43 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Retry-After header before confirming a link as broken. 403 responses and timeouts are marked as "review", not "broken".niquelao-link-guard folder to /wp-content/plugins/.No. The only network requests are the HTTP checks to your own link URLs, which is the plugin's core function. There is no AI, no API keys and no subscriptions.
Yes. It is designed to run per site: each site has its own scan tables, settings and undo history, and data is isolated between sites. Per-site activation is the recommended mode. If you activate it network-wide, it will set up every existing site automatically, but it does not add a network-level admin screen.
No. Checks run in batches in the background using WP-Cron, never during page loads for visitors. You can reduce the batch size and increase the pause between requests in the settings.
No. Fixes (remove/replace) are only applied when you confirm them from the panel.
get_page_by_path() API instead of a direct SQL query; the outgoing User-Agent header now runs the site URL through esc_url_raw(); and multisite behavior is documented (per-site design, with network activation setting up every existing site). No functional change for single-site installs.