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

---

搜尋外掛

![](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.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/wcag-admin-accessibility-tools/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wcag-admin-accessibility-tools/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/wcag-admin-accessibility-tools/#installation)
 * [開發資訊](https://tw.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.1

 * Compatibility: Tested with WordPress 7.0
 * Tweak: Made the User Assistant CSS important so it’s less likely to be overridden

#### 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.1**
 *  最後更新 **2 週前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/wcag-admin-accessibility-tools/)
 * 標籤:
 * [a11y](https://tw.wordpress.org/plugins/tags/a11y/)[accessibility](https://tw.wordpress.org/plugins/tags/accessibility/)
   [Alt Text](https://tw.wordpress.org/plugins/tags/alt-text/)[screen reader](https://tw.wordpress.org/plugins/tags/screen-reader/)
   [wcag](https://tw.wordpress.org/plugins/tags/wcag/)
 *  [進階檢視](https://tw.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/)