Title: EaseAccess Lite
Author: EaseAccess
Published: <strong>June 28, 2026</strong>
Last modified: June 28, 2026

---

Search plugins

![](https://ps.w.org/easeaccess-lite/assets/banner-772x250.png?rev=3588477)

![](https://ps.w.org/easeaccess-lite/assets/icon-256x256.png?rev=3588477)

# EaseAccess Lite

 By [EaseAccess](https://profiles.wordpress.org/easeaccess/)

[Download](https://downloads.wordpress.org/plugin/easeaccess-lite.zip)

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

 [Support](https://wordpress.org/support/plugin/easeaccess-lite/)

## Description

**EaseAccess Lite** is a free, lightweight accessibility plugin that helps WordPress
site owners make their websites more inclusive and WCAG-friendly. It adds a customizable
accessibility widget to the front of your site, giving visitors a set of tools to
adjust the page to their needs.

#### Key features

 * **Text adjustments** — increase / decrease font size, adjust line height and 
   letter spacing
 * **Contrast modes** — high contrast, dark mode, light mode, monochrome, low saturation
 * **Reading aids** — reading guide, reading mask, highlight links, highlight headings,
   big cursor
 * **Content controls** — pause animations, hide images, readable font
 * **Dictionary lookup** — look up word definitions on demand
 * **Accessibility statement generator** — create a WCAG-style accessibility statement
   page in seconds
 * **Smart display rules** — show the widget everywhere, only on selected post types,
   or exclude specific ones
 * **Page builder aware** — automatically skips Elementor, Divi, Beaver Builder,
   Oxygen, and Bricks editor sessions
 * **Nav menu integration** — optionally render the widget as a menu item
 * **Customizable button** — color, position, size, shape
 * **Translation ready** — full i18n support, ships with `.pot` file
 * **Clean uninstall** — `uninstall.php` removes every option this plugin creates

### External services

This plugin connects to one external service to provide an optional feature. The
service is **only contacted when a visitor explicitly triggers the corresponding
action** in the accessibility widget — nothing is sent automatically on page load.

#### Dictionary API (api.dictionaryapi.dev)

 * **What it does:** Looks up the English definition of a single word.
 * **When it is contacted:** Only when a site visitor uses the **Dictionary** feature
   inside the accessibility widget and submits a word.
 * **What data is sent:** A single sanitized word (letters A–Z only). No personal
   data, no IP forwarding from the plugin, no cookies. The request is proxied through
   your own site’s REST API (`/wp-json/easeaccess-lite/v1/dictionary/{word}`), and
   your server then makes the outbound request to `https://api.dictionaryapi.dev/
   api/v2/entries/en/{word}`.
 * **Why it is needed:** To return the definition back to the visitor.
 * **Service provider:** Dictionary API — a free, open dictionary service.
 * **Terms of service:** [https://dictionaryapi.dev/](https://dictionaryapi.dev/)
 * **Privacy policy:** [https://dictionaryapi.dev/](https://dictionaryapi.dev/)

If you do not want this service used, you can disable the **Dictionary** feature
in the EaseAccess Lite admin settings, in which case no requests are ever made.

### Development

EaseAccess Lite is open source. Full source code, build tooling and contribution
guide:
 https://github.com/easeaccess/easeaccess-lite

Build steps:
 1. `npm install` 2. `npm run build` 3. The compiled assets land in`/
build/`.

Third-party assets:
 * Country flag icons are bundled from the **flag-icons** project(
MIT license) — https://github.com/lipis/flag-icons

## Screenshots

[⌊Frontend accessibility widget — open state⌉⌊Frontend accessibility widget — open
state⌉[

Frontend accessibility widget — open state

[⌊Admin dashboard — feature toggles⌉⌊Admin dashboard — feature toggles⌉[

Admin dashboard — feature toggles

[⌊Widget appearance customizer⌉⌊Widget appearance customizer⌉[

Widget appearance customizer

[⌊Display rules — include / exclude by post type⌉⌊Display rules — include / exclude
by post type⌉[

Display rules — include / exclude by post type

[⌊Accessibility statement generator⌉⌊Accessibility statement generator⌉[

Accessibility statement generator

## Installation

 1. Upload the `easeaccess-lite` folder to the `/wp-content/plugins/` directory, **
    or** install the plugin through the WordPress Plugins screen directly.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **EaseAccess Lite** in the admin sidebar to configure the widget.
 4. Visit your site — the accessibility widget will appear in the corner you selected.

## FAQ

### Does this plugin make my site WCAG compliant automatically?

No plugin can make a site automatically WCAG compliant. EaseAccess Lite provides
user-facing accessibility tools and an accessibility statement generator to help
your visitors and demonstrate your commitment, but full WCAG conformance also requires
accessible content authoring (alt text, headings, color contrast, semantic HTML,
etc.).

### Will the widget slow down my site?

The frontend bundle is small and loads only on pages where the widget is enabled.
You can also restrict it to specific post types via the display settings.

### Can I hide the widget on certain pages?

Yes. In the admin settings, choose **Display Mode  Exclude** and select the post
types where the widget should not appear. **Include** mode does the opposite.

### Does it work with my page builder?

Yes. EaseAccess Lite automatically detects Elementor, Divi, Beaver Builder, Oxygen,
and Bricks editor sessions and stays out of the way during editing. The widget still
appears on the published page.

### Is my data sent anywhere?

The plugin stores all of its settings in your own WordPress database. The only outbound
network call is to a public dictionary lookup service, and only when a visitor explicitly
clicks the dictionary feature inside the widget. See the **External services** section
below for full details.

### How do I uninstall cleanly?

When you delete the plugin from the Plugins screen, EaseAccess Lite removes all 
of its options from your database via `uninstall.php`. No orphan data is left behind.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“EaseAccess Lite” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ EaseAccess ](https://profiles.wordpress.org/easeaccess/)

[Translate “EaseAccess Lite” into your language.](https://translate.wordpress.org/projects/wp-plugins/easeaccess-lite)

### Interested in development?

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

## Changelog

#### 1.0.0

 * Initial public release on WordPress.org.

## Meta

 *  Version **1.0.0**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/easeaccess-lite/)
 * Tags
 * [a11y](https://brx.wordpress.org/plugins/tags/a11y/)[accessibility](https://brx.wordpress.org/plugins/tags/accessibility/)
   [accessibility widget](https://brx.wordpress.org/plugins/tags/accessibility-widget/)
   [ADA Compliance](https://brx.wordpress.org/plugins/tags/ada-compliance/)[wcag](https://brx.wordpress.org/plugins/tags/wcag/)
 *  [Advanced View](https://brx.wordpress.org/plugins/easeaccess-lite/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

 *   [ EaseAccess ](https://profiles.wordpress.org/easeaccess/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/easeaccess-lite/)