| 开发者 | archivarixsupport |
|---|---|
| 更新时间 | 2026年5月24日 11:34 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp ablr scan), and across a multisite network without logging into each site (wp ablr scan --network)./wp-content/plugins/When a broken link is found, the plugin builds a Wayback Machine URL using the original URL and the post publication date as the timestamp. The Web Archive automatically finds the closest available snapshot.
No. All scanning and checking runs in the background using WP Background Processing. Your site visitors are not affected.
This plugin only checks <a href> links. For broken images, use our companion plugin Archivarix External Images Importer.
Whitelisted links are marked as "ignore" and skipped during future scans. Useful when you know a link is temporarily down or has intermittent issues. You can remove links from the whitelist at any time.
Yes. In Settings → Exclusions, list domains (one per line) to skip entirely. Excluded links are never collected or checked, which speeds up scanning, and a domain also covers its subdomains. This differs from Whitelist (which ignores individual links that were already found): exclusions keep whole domains out of the scan from the start — handy for sites you know are fine or that cause false positives.
Yes. The plugin can check internal links using a hybrid approach: first it tries to resolve them via the WordPress database (fast), then falls back to HTTP verification for unresolved URLs.
Some links cannot be reliably checked due to bot protection, rate limiting, or strict security policies (common on .gov/.edu domains). These are marked as "uncheckable" so you can review them manually.
Yes. The plugin scans Elementor content stored in _elementor_data post meta and can fix broken links within Elementor widgets.
Yes. The plugin registers a wp ablr command so you can scan and fix links from the command line without logging into wp-admin:
wp ablr scan — run a full scan (extract, check, and auto-fix if automatic mode is enabled)wp ablr status — show the current scan state and link statisticswp ablr list --status=broken — list links (supports --format=table|csv|json|count)wp ablr fix <id> --action=wayback|custom|remove_link|remove_text — fix a single linkwp ablr clear --yes — delete all scan dataYes. Activate it per site or network-wide; each site keeps its own settings and broken-links list. When network-activated, the plugin sets up its tables on every existing site and automatically on any site added later, and cleans them up when a site is deleted. To scan sites without logging into each one, use WP-CLI: wp ablr scan --url=site.example.com for a single site, or wp ablr scan --network to scan every site in the network in one run.
Yes, on WordPress 7.0+. The plugin registers its operations (scan, status, list broken links, fix a link) with the WordPress Abilities API. These are available over the REST API for your own dashboards and automation, and — when the WordPress MCP Adapter plugin is installed — to AI agents over the Model Context Protocol. On older WordPress versions this simply has no effect.