WPPRO ADA
WPPRO ADA is a WordPress plugin that dynamically detects and resolves many of the most common accessibility issues found on WordPress websites to improve usability for people with disabilities, helping your site align with ADA (Americans with Disabilities Act) standards with minimal manual effort. It allows you to inject custom CSS and JavaScript
by Rafik Boghouzian · github.com/rbogouzian/wppro-ada · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rbogouzian/wppro-ada/archive/refs/heads/main.zipWPPRO ADA - WordPress Plugin
Description
WPPRO ADA is a WordPress plugin that dynamically detects and resolves many of the most common accessibility issues found on WordPress websites. It automatically enhances elements such as images, forms, navigation menus, color contrast, and interactive components to improve usability for people with disabilities, helping your site align with ADA (Americans with Disabilities Act) standards with minimal manual effort.
In addition, WPPRO ADA allows you to inject custom CSS and JavaScript with flexible loading options, giving you full control over how and when accessibility enhancements are applied. All plugin settings are securely stored in the WordPress database for easy management and configuration.
Features
- Database Storage: All settings are stored in custom database tables
- Custom CSS: Add custom CSS code with inline style tag loading in the page head
- Custom JavaScript: Add custom JavaScript with options to load in head or footer
- Flexible JS Loading: Choose whether to load JavaScript in the page head (default) or footer
- Input Validation: All inputs are validated and sanitized before saving
- Security: Protects files from direct access through .htaccess and index.php guards
- Easy Admin Interface: Simple settings page in WordPress admin panel
Installation
Manual Installation
- Download or clone the plugin files
- Navigate to your WordPress installation directory:
wp-content/plugins/ - Upload the
wppro-adafolder to the plugins directory - Log in to WordPress admin panel
- Go to Plugins and find "WPPRO ADA"
- Click Activate to activate the plugin
Automatic Activation
- Upon activation, the plugin will automatically:
- Create a custom database table (
wp_wppro_ada_settings) - Initialize default settings for CSS, JavaScript, and load location
- Create a custom database table (
Usage
Plugin Settings Page
- Go to Settings > WPPRO ADA in the WordPress admin panel
- You will see the following options:
Custom CSS Section
- Enter your custom CSS code in the textarea
- CSS will be wrapped in `