Image Alt & Accessibility Checker

설명

Improve your site’s accessibility with this plugin:
– Automatically generate alt-text for images when they are uploaded.
– Run accessibility scans on posts and pages from the admin panel.
– Use a quick contrast-checker overlay to test text-background readability.
– Identify common accessibility issues:
• Missing alt attributes
• Vague link text
• Poor heading structure/order
• Unlabeled form inputs
• Buttons without proper names/labels
– Browse all image attachments in one table and edit their title and alt text inline, with per-image save.

스크린샷

설치

  1. Upload the image-alt-accessibility-checker.zip via Plugins > Add New > Upload.
  2. Activate the plugin.
  3. Go to IAAC Checker in the admin menu.
  4. Try uploading an image without alt text to see the auto-generated alt-text feature in action.

후기

2025년 9월 23일
Image Alt & Accessibility Checker is a handy plugin for improving basic accessibility. It automatically generates alt text for images, checks for missing attributes, heading order, and contrast issues. Easy to use and helpful for SEO as well. Still new with limited reviews, so it may need more testing for large or complex sites, but overall a solid tool for quick accessibility fixes.
2025년 9월 22일
A very promising first-release plugin for improving accessibility via automatic alt text generation and checks. For sites that care about WCAG compliance, user experience, and SEO, it’s an excellent tool to have, especially if you currently have many images without alt text or other common accessibility issues.
모든 2 평가 읽기

기여자 & 개발자

“Image Alt & Accessibility Checker”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Image Alt & Accessibility Checker”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.2

  • Added “All Images” view: list every image attachment with its filename, title and alt text, and edit/save each field inline.
  • Fixed a fatal error on case-sensitive (Linux) hosting caused by a filename/class casing mismatch in the HTML inspector.
  • Removed a broken, unreachable duplicate REST route that referenced non-existent services/methods.
  • Fixed the alt-text-on-upload hook to use add_action instead of add_filter.
  • Escaped selector strings returned from accessibility scans to harden against malformed markup.
  • Added missing translation wrappers to several admin UI strings.

1.0.1

  • Initial release.