Broken Image Detector
Broken Image Detector scans your published posts/pages for <img> tags and checks remote image URLs. Broken images are stored in a dedicated database table and shown in Tools → Broken Images.
by Faisal Ahammed Setu · github.com/faisalahammed044274/broken-image-detector · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/faisalahammed044274/broken-image-detector/archive/refs/heads/main.zipReadme
=== Broken Image Detector === Contributors: faisalahammed044274 Tags: broken images, image checker, media, seo Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Scans posts and pages for broken image URLs and shows results inside wp-admin.
== Description ==
Broken Image Detector scans published posts and pages for image URLs found inside post content and reports image URLs that appear broken.
Features:
- Scan posts and pages for broken images
- View results in wp-admin
- Manual scan button using AJAX
- Daily automatic scan using WP-Cron
- Object-oriented plugin structure
== Installation ==
- Upload the plugin files to the
/wp-content/plugins/broken-image-detectordirectory, or install the plugin through the WordPress plugins screen. - Activate the plugin through the
Pluginsscreen in WordPress. - Go to
Tools > Broken Images. - Click
Run Scan Now.
== Frequently Asked Questions ==
= Does it fix broken images automatically? =
No. It reports broken image URLs only.
= Does it scan featured images? =
Not in this version. It scans image URLs inside post and page content.
== Changelog ==
= 1.0.0 =
- Initial release.