Title: WCAG Admin Accessibility Tools
Author: PluginRx
Published: <strong>2025 年 10 月 7 日</strong>
Last modified: 2026 年 5 月 6 日

---

搜索插件

![](https://ps.w.org/wcag-admin-accessibility-tools/assets/banner-772x250.png?rev
=3374548)

![](https://ps.w.org/wcag-admin-accessibility-tools/assets/icon-256x256.png?rev=
3374548)

# WCAG Admin Accessibility Tools

 作者：[PluginRx](https://profiles.wordpress.org/apos37/)

[下载](https://downloads.wordpress.org/plugin/wcag-admin-accessibility-tools.1.2.0.zip)

 * [详情](https://cn.wordpress.org/plugins/wcag-admin-accessibility-tools/#description)
 * [评价](https://cn.wordpress.org/plugins/wcag-admin-accessibility-tools/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/wcag-admin-accessibility-tools/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/wcag-admin-accessibility-tools/#developers)

 [支持](https://wordpress.org/support/plugin/wcag-admin-accessibility-tools/)

## 描述

**WCAG Admin Accessibility Tools** provides a dual approach to accessibility improvements
in WordPress: practical diagnostic tools for admins and editors, and optional front-
end visual enhancements for users.

This plugin is primarily designed to complement the WAVE browser extension by WebAIM
by offering tools that WAVE doesn’t cover or that we wanted to improve on. For a
more complete accessibility review, using both is recommended.

**Features:**
 – **Accessibility Admin Bar Tools:** Adds a front-end admin bar menu
with auto-check and toggleable visual checks for accessibility issues: – Missing
Alt Text – Poor Color Contrast (AA/AAA) – Vague Link Text (e.g. “click here”) – 
Improper Heading Hierarchy (e.g. skipping from H2 to H4) – Links Missing Underlines(
excluding buttons and navs) – **Skip to Content Link:** Inserts a visually hidden“
Skip to main content” link at the top of each page for improved keyboard navigation.–**
Alt Text Column & Inline Editing:** Adds an “Alt Text” column to the Media Library
list view, including an edit option for quickly updating missing or incorrect image
alt text. – **Additional Media Columns:** Adds columns for image dimensions, MIME
type (e.g. `image/png`, `application/zip`), and file size. – **Frontend User Assistant:**
Adds an accessibility toolbox that includes tools such as Text Resizer, Readable
Font, and Modes (default, dark, and greyscale), optionally placed as: – A floating
toggle – A navigation menu item – A shortcode (`[wcagaat_assistant]`) – **Logo Swap
in Dark Mode:** Optionally swap logos when dark mode is enabled. – **Auto-Detect
Device Dark Mode:** If the user’s device is set to dark mode, a prompt will ask 
if they would like to enable dark mode for this site. – **Custom Visibility Rules:**
Choose who can see the frontend mode switcher — everyone, logged-in users, or just
admins. – **Custom Vague Phrases:** Configure your own list of vague link texts 
to scan for (e.g. “read more, learn more, click here”).

WCAG Admin Accessibility Tools gives you clear, actionable insights directly in 
the WordPress UI to improve accessibility compliance faster.

## 安装

 1. Upload the plugin files to the `/wp-content/plugins/wcag-admin-accessibility-tools/`
    directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Visit Tools > WCAG Admin Accessibility Tools

## 常见问题

### Does this plugin automatically make my site accessible?

No — WCAG Admin Accessibility Tools is not a one-click solution. It offers some 
very basic enhancements and provides tools that help you identify and resolve common
accessibility issues more efficiently. We recommend also using the WAZE browser 
extension by WebAIM to identify further issues like missing aria labels, etc.

### Will this add a fully-ready Dark Mode to my site?

No. This plugin applies basic dark mode styling to standard elements and provides
tools to help you implement a dark mode. However, due to variations in theme structures
and styles, you will need to write additional custom CSS to ensure full compatibility
across your site. You may also disable the dark mode CSS stylesheets completely 
if you want to configure your own from scratch.

### How do I get a standalone tool instead of the whole assistant?

Simply disable all other tools in the User Assistant. If a single tool is enabled,
then the assistant changes to a standalone tool without having to open a modal to
access it.

### Why isn’t there a “High Contrast” mode?

High contrast requirements vary significantly depending on user needs and content
structure. Instead of enforcing a single high contrast scheme, this plugin provides
a color contrast checker and markup tools so you can evaluate and customize contrast
levels according to WCAG AA or AAA guidelines. If your site’s color contrast is 
implemented correctly, a separate “High Contrast” mode is unnecessary. For users
who prioritize stronger contrast, enabling AAA standards in the plugin settings 
is recommended.

### Where can I request features and get further support?

We recommend using our [website support forum](https://pluginrx.com/support/plugin/wcag-admin-accessibility-tools/)
as the primary method for requesting features and getting help. You can also reach
out via our [Discord support server](https://discord.gg/3HnzNEJVnR) or the [WordPress.org support forum](https://wordpress.org/support/plugin/wcag-admin-accessibility-tools/),
but please note that WordPress.org doesn’t always notify us of new posts, so it’s
not ideal for time-sensitive issues.

## 评价

此插件暂无评价。

## 贡献者及开发者

「WCAG Admin Accessibility Tools」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ PluginRx ](https://profiles.wordpress.org/apos37/)

[帮助将「WCAG Admin Accessibility Tools」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/wcag-admin-accessibility-tools)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/wcag-admin-accessibility-tools/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/wcag-admin-accessibility-tools/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/wcag-admin-accessibility-tools/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/wcag-admin-accessibility-tools/)。

## 更新日志

#### 1.2.0

 * Update: Added a full User Assistant instead of just a modes selector, with a 
   text resizer and readable font option (more to come)
 * Deprecated: [wcagaat_modes] has been changed to [wcagaat_assistant]
 * Update: Added an auto-detection for modes to prompt user if they want to switch
   to dark mode
 * Tweak: Only load files where they are needed
 * Update: Added an option to clean up on uninstall

#### 1.0.4

 * Fix: Some elements marked as underline issues when they have divs or spans inside
 * Update: Added option to disable built-in dark mode stylesheets
 * Update: Added option to turn off console logging, and only show it when admin
   bar toggle is enabled
 * Fix: Turning off admin bar toggle didn’t actually turn it off

#### 1.0.3

 * Tweak: Console log full path of images without alt text to find hidden elements

#### 1.0.2

 * Fixes: Prepare for deployment on WP.org repo

#### 1.0.1

 * Initial Release on June 18, 2025

## 额外信息

 *  版本 **1.2.0**
 *  最后更新：**6 天前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 8.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/wcag-admin-accessibility-tools/)
 * 标签
 * [a11y](https://cn.wordpress.org/plugins/tags/a11y/)[accessibility](https://cn.wordpress.org/plugins/tags/accessibility/)
   [Alt Text](https://cn.wordpress.org/plugins/tags/alt-text/)[screen reader](https://cn.wordpress.org/plugins/tags/screen-reader/)
   [wcag](https://cn.wordpress.org/plugins/tags/wcag/)
 *  [高级视图](https://cn.wordpress.org/plugins/wcag-admin-accessibility-tools/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/wcag-admin-accessibility-tools/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/wcag-admin-accessibility-tools/reviews/)

## 贡献者

 *   [ PluginRx ](https://profiles.wordpress.org/apos37/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/wcag-admin-accessibility-tools/)