這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

ABILITY

外掛說明

ABILITY is a comprehensive accessibility compliance plugin for WordPress that helps you achieve WCAG 2.1 AA compliance quickly and easily.

Features:

  • Static code scanning for accessibility issues
  • Frontend accessibility widget
  • WCAG 2.1 AA compliance tracking
  • Easy-to-use setup wizard
  • Accessibility statement template
  • Multiple accessibility controls (high contrast, font size, focus indicators, and more)

Server Requirements & Configuration

ABILITY follows standard WordPress requirements and should work on any host that supports a normal WordPress installation.

Minimum technical requirements

  • Web server: Apache (recommended) or Nginx, configured for WordPress pretty permalinks.
  • PHP: 7.4 or higher, with common extensions enabled (DOM, JSON, cURL or equivalent HTTP transport).
  • MySQL / MariaDB: As required by your WordPress version.

Apache (default WordPress setup)

Most shared hosts run Apache with .htaccess support enabled:

  • Ensure AllowOverride is enabled so WordPress can manage .htaccess and pretty permalinks.
  • Use one of WordPress’s pretty permalink structures under Settings Permalinks.
  • No special rewrite rules are required specifically for ABILITY; it uses normal WordPress AJAX and admin-ajax.php.

Nginx

When running Nginx, ensure your configuration supports WordPress permalinks and admin Ajax:

  • Use the official WordPress Nginx rules (see WordPress.org documentation) to route requests to index.php.
  • Make sure admin-ajax.php is accessible (no custom blocking rules on /wp-admin/ AJAX).
  • No ABILITY-specific location blocks are required; the plugin uses standard WordPress hooks and endpoints.

If in doubt, configure the server to meet the WordPress Hosting Requirements first; ABILITY will work on any environment that satisfies those.

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/ability directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the Setup Wizard to configure your accessibility settings.

常見問題集

What accessibility standards does ABILITY support?

ABILITY supports WCAG 2.1 AA compliance standards.

How does the scanning work?

ABILITY scans your site\’s pages for common accessibility issues like missing alt attributes, unlabeled buttons, and form inputs without labels. The free version allows scanning up to 10 pages per day.

Can I customize the frontend widget?

Yes, you can customize the widget position, style, and appearance in the settings.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈ABILITY〉的開發相關工作。

參與者

將〈ABILITY〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release of ABILITY
  • Comprehensive accessibility controls and frontend widget
  • Static code scanning for accessibility issues (10 pages per day in free version)
  • WCAG 2.1 AA compliance tracking
  • Easy-to-use setup wizard
  • Accessibility statement template
  • Multiple accessibility controls (high contrast, font size, focus indicators, dyslexia-friendly font, reduced motion, and more)
  • Responsive admin interface
  • Mobile-responsive frontend widget with distraction-free mode
  • Legacy mini-toolbar support (optional)