WP Manifestindependent plugin directory
manifest / utilities / wppro-ada

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

0stars
0forks

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.zip

WPPRO 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

  1. Download or clone the plugin files
  2. Navigate to your WordPress installation directory: wp-content/plugins/
  3. Upload the wppro-ada folder to the plugins directory
  4. Log in to WordPress admin panel
  5. Go to Plugins and find "WPPRO ADA"
  6. 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

Usage

Plugin Settings Page

  1. Go to Settings > WPPRO ADA in the WordPress admin panel
  2. You will see the following options:

Custom CSS Section

  • Enter your custom CSS code in the textarea
  • CSS will be wrapped in `