| 开发者 | rimbeplus |
|---|---|
| 更新时间 | 2026年7月7日 10:33 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
<a href>), broken images (<img src>), Gutenberg block attributes (embed, button, image, file blocks), ACF custom fields, navigation menus, and widget areas.beplus-link-status-scanner folder to /wp-content/plugins/.No. All scanning and HTTP checking happens through WP-Cron, which runs in the background. The only admin-side actions are when you manually trigger a scan or re-check.
The plugin scans <a href> anchors, <img src> images, Gutenberg block attributes (embed URL, button URL, image link, file link), ACF custom fields (URL, link, image, and file field types), navigation menus, and classic/block widget areas. mailto:, tel:, javascript:, and anchor-only # links are automatically skipped.
Yes. Go to the Settings tab and add URL patterns (one per line) to the Excluded URL Patterns field. Any link containing that pattern will be skipped.
WP-Cron triggers on page loads. On low-traffic sites it may not run on time. For reliable scheduling, disable WP-Cron and add a real system cron job:
*/5 * * * * curl -s https://yoursite.com/wp-cron.php?doing_wp_cron > /dev/null 2>&1
A redirect (301, 302, 307, 308) means the URL has moved. The link still works but you may want to update it to the final destination for SEO.
Yes. If Advanced Custom Fields is active, the scanner reads URL, link, image, and file field types. ACF is not required — the scanner simply skips ACF fields when ACF is not installed.
Yes. The Export tab lets you download a CSV file of all tracked links. You can filter by status (Broken, Redirect, OK, etc.) and by link type (Anchor, Image, Block, ACF, Menu, Widget) before exporting.
<img src>), Gutenberg block URLs (embed, button, image, file blocks), ACF custom fields, navigation menus, and widget areas are now scanned in addition to post content anchors.