

Frontend accessibility widget — open state
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.
.pot fileuninstall.php removes every option this plugin createsThis 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.
/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}.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.
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