Title: Axlura Accessibility
Author: Md Izaz Ahamed
Published: <strong>September 25, 2026</strong>
Last modified: September 25, 2026

---

Search plugins

![](https://ps.w.org/axlura-accessibility/assets/banner-772x250.png?rev=3712555)

![](https://ps.w.org/axlura-accessibility/assets/icon.svg?rev=3712555)

# Axlura Accessibility

 By [Md Izaz Ahamed](https://profiles.wordpress.org/infotech24/)

[Download](https://downloads.wordpress.org/plugin/axlura-accessibility.1.2.0.zip)

 * [Details](https://wordpress.org/plugins/axlura-accessibility/#description)
 * [Reviews](https://wordpress.org/plugins/axlura-accessibility/#reviews)
 *  [Installation](https://wordpress.org/plugins/axlura-accessibility/#installation)
 * [Development](https://wordpress.org/plugins/axlura-accessibility/#developers)

 [Support](https://wordpress.org/support/plugin/axlura-accessibility/)

## Description

**Axlura Accessibility** connects your WordPress site to your free [Axlura](https://axlura.com/)
account to help you find and fix web accessibility issues before they become a legal
risk.

Web accessibility lawsuits under the ADA (Americans with Disabilities Act) in the
US, and compliance deadlines under the EAA (European Accessibility Act) in the EU,
are both rising fast. Most sites fail basic WCAG 2.1 checks without realizing it—
missing alt text, poor color contrast, unlabeled form fields, broken keyboard navigation,
and incorrect heading structure.

This plugin is a free connector to your Axlura account:

 * **Automatic accessibility scanning** — run a full WCAG 2.1 scan of your live 
   site with one click, right from your WordPress dashboard.
 * **Plain-language issue reports** — see exactly what’s wrong (missing alt text,
   low color contrast, heading order, form labels, and more), grouped by severity,
   with links to learn how to fix each one.
 * **Accessibility score** — track your site’s compliance score over time as you
   fix issues.
 * **Visitor-facing accessibility widget** — optionally show your visitors an accessibility
   toolbar (text resizing, contrast adjustment, and more), matching your site’s 
   light or dark theme, positioned wherever you like.
 * **No restrictions in the free plugin** — this plugin itself never limits scans,
   hides features, or shows a paywall. Your Axlura account plan controls scan frequency
   and site limits, managed entirely on axlura.com.

#### Who is this for?

 * Agencies and freelancers who need to show clients real WCAG 2.1 / ADA / EAA compliance
   evidence, not just a green checkmark widget.
 * Small business site owners who want an early warning before an accessibility 
   complaint or demand letter arrives.
 * Anyone who wants an accessibility score and issue list without leaving wp-admin.

#### Requirements

You need a free [Axlura account](https://axlura.com/register.php) and a **Site Key**(
found on your Axlura dashboard under _Sites_) to connect this plugin. Creating an
account and adding a site takes under a minute.

### External services

This plugin connects to the Axlura API (axlura.com) to power the accessibility report
and the visitor-facing widget. Axlura is the same service this plugin is a connector
for; you must create a free Axlura account and Site Key for the plugin to do anything.

 * **Scan trigger and report fetch** — when you click “Scan Now” or open the Accessibility
   settings page in wp-admin, your Site Key and site URL are sent to `https://axlura.
   com/api/wp-plugin-scan.php` and `https://axlura.com/api/wp-plugin-report.php`
   to start a scan and retrieve the latest accessibility report. This only happens
   when an admin triggers it or views the settings page — never on front-end visitor
   page loads.
 * **Site Key verification** — your Site Key is sent to `https://axlura.com/api/
   verify-key.php` to check it is valid and to look up your account’s plan/trial
   status, whenever the settings page loads.
 * **Accessibility widget** — if you enable “Show the accessibility widget to visitors”,
   a script is loaded from `https://axlura.com/ag.min.js` on every front-end page
   for your visitors. No personal visitor data is sent to load this script beyond
   the standard request data any script tag sends (e.g. IP address, user agent),
   which axlura.com’s server sees like any web request.

Axlura’s [Terms of Service](https://axlura.com/terms.php) and [Privacy Policy](https://axlura.com/privacy.php).

## Screenshots

[⌊Accessibility report and score inside wp-admin.⌉⌊Accessibility report and score
inside wp-admin.⌉[

Accessibility report and score inside wp-admin.

[⌊Widget and connection settings.⌉⌊Widget and connection settings.⌉[

Widget and connection settings.

[[

## Installation

 1. Install and activate the plugin through the WordPress admin, or upload the `axlura-
    accessibility` folder to `/wp-content/plugins/`.
 2. Go to **Accessibility** in your wp-admin menu.
 3. Create a free account at [axlura.com](https://axlura.com/register.php) if you don’t
    have one, add your site under _Sites_, and copy its Site Key.
 4. Paste the Site Key into the plugin settings and click **Save settings**.
 5. Click **Scan Now** to run your first accessibility scan.

## FAQ

### Does this plugin cost anything?

The plugin itself is completely free with no restrictions. Your Axlura account has
a free trial and paid plans for higher scan frequency and more sites — that billing
happens entirely on axlura.com, never inside this plugin.

### Does this replace a manual accessibility audit?

No. Automated scanning (this plugin included) typically finds a meaningful share
of WCAG 2.1 issues, but it is not a substitute for a full manual audit or legal 
advice, especially for ADA or EAA compliance decisions.

### Will the accessibility widget make my site fully compliant on its own?

No single widget can guarantee full compliance. The widget helps visitors adjust
their experience, but the real fix is addressing the underlying issues this plugin’s
scanner reports — which is why the report and score are the core of this plugin,
not just the widget.

### Will this conflict with another accessibility plugin?

If you already run another accessibility widget/overlay plugin (for example one 
from UserWay, accessiBe, EqualWeb, Recite Me, or similar), you may see two floating
accessibility buttons on your site at once. This plugin detects common accessibility-
plugin slugs and shows a warning on the Accessibility settings page if it finds 
one active, but it never disables anything automatically — you choose which widget
to keep. There is no conflict with page builders, caching, or SEO plugins; this 
plugin only adds one wp-admin menu page and one small external script tag in your
site’s footer.

### Where is my data stored?

Scan results are stored in your Axlura account on axlura.com, associated with the
Site Key you connect. This plugin does not store your scan history in the WordPress
database beyond a short-lived cache (5–10 minutes) to avoid repeated API calls.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Axlura Accessibility” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Md Izaz Ahamed ](https://profiles.wordpress.org/infotech24/)

[Translate “Axlura Accessibility” into your language.](https://translate.wordpress.org/projects/wp-plugins/axlura-accessibility)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/axlura-accessibility/),
check out the [SVN repository](https://plugins.svn.wordpress.org/axlura-accessibility/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/axlura-accessibility/)
by [RSS](https://plugins.trac.wordpress.org/log/axlura-accessibility/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.0

 * New: “Get AI Fix” button on the Fix Suggestions page — get an AI-generated before/
   after code fix for any issue, right from wp-admin (Starter/Pro/Agency plans).
 * Changed: the Statement page now links to the full Accessibility Statement generator
   on axlura.com instead of duplicating it in wp-admin.

#### 1.1.1

 * Fix: Fix Suggestions page failing to load (“couldn’t load fix suggestions right
   now”) caused by a stray character in an included file corrupting the API response.
 * Improved: the Accessibility Statement generator now includes all 7 sections (
   adds Technical Specifications and Known Limitations) to match the full statement
   generated on axlura.com.

#### 1.1.0

 * New: full native wp-admin dashboard — Dashboard overview, My Sites, Fix Suggestions(
   before/after code for every issue), Accessibility Statement generator, and a 
   50-point WCAG 2.1 AA manual checklist, all without leaving WordPress.
 * Billing continues to open axlura.com in a new tab, so payment details never touch
   your WordPress site.

#### 1.0.0

 * Initial release: site connection via Site Key, accessibility report with issue
   list, Scan Now button, and visitor-facing accessibility widget with theme/position
   settings.

## Meta

 *  Version **1.2.0**
 *  Last updated **22 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [accessibility](https://wordpress.org/plugins/tags/accessibility/)[accessibility checker](https://wordpress.org/plugins/tags/accessibility-checker/)
   [ADA Compliance](https://wordpress.org/plugins/tags/ada-compliance/)[EAA](https://wordpress.org/plugins/tags/eaa/)
   [wcag](https://wordpress.org/plugins/tags/wcag/)
 *  [Advanced View](https://wordpress.org/plugins/axlura-accessibility/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/axlura-accessibility/reviews/)

## Contributors

 *   [ Md Izaz Ahamed ](https://profiles.wordpress.org/infotech24/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/axlura-accessibility/)