| 开发者 | pierreferrolliet |
|---|---|
| 更新时间 | 2026年6月24日 23:16 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
<a href>, <img src>, <img srcset>, and <source srcset> — all natively, using the WordPress HTTP API. No SaaS, no API key, no external dependency.
Features:
srcset and <picture> elementstidy-broken-link-scan folder to /wp-content/plugins/No. Scans run in the background via WP-Cron and are never triggered by front-end visitors.
Yes — <img src>, <img srcset>, and <source srcset> are all parsed and checked.
Once per day automatically (at 03:00 server time). You can also trigger a full scan manually or re-scan individual posts on save.
Posts are automatically re-scanned every time you publish or update them.
blsc_scannable_post_types filter to customise the list.wp_remote_*) for link and image checking, including the batch scanner. Redirects are now followed via the HTTP API while still reporting redirect chains and loops.blc export now writes CSV to STDOUT only (use shell redirection, e.g. wp blc export > report.csv); the arbitrary --file path option was removed.$wpdb queries, and translators comments for all i18n placeholders (Plugin Check compliance).<?=) with full <?php echo in the post meta box (WordPress.org coding-standards compliance).phpcs:ignore suppressions with explicit wp_kses(), esc_attr() and (int) casts in the dashboard view (WordPress.org coding-standards compliance).blsc_extra_links filter.load_plugin_textdomain() call (handled by WordPress.org translation system since WP 4.6).