| 开发者 | rimbeplus |
|---|---|
| 更新时间 | 2026年6月20日 18:01 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
<a href> links from the content and stores them in the database.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.
Only <a href> links in post content are checked. 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.
Version 1.0 checks post content only. Support for custom fields and widget areas is planned for a future release.