WordPress accessibility checker for WCAG issues, missing Alt text finder, contrast checker, guided checklists, resources, and accessibility training.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
38
10 issue groups
Security
34
11 issue groups
I18n
16
1 issue group
Repo Compliance
3
3 issue groups
Sample message
Mismatched text domain. Expected 'tool-for-ada-section-508-and-seo' but got 'accessibility-tools-alt-text-finder'.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"' $checked>\r\n'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "DESCRIBE $table"
Sample message
Unescaped parameter $table used in $wpdb->get_results()
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "accessibility_course_shortcode".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $base_sql used in $wpdb->get_results()\n$base_sql assigned unsafely at line 244.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $base_sql
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$enable".
Sample message
Processing form data without nonce verification.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE 'image/%%'.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['nonce']. Check that the array index exists before using it.
Sample message
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Network" header in the plugin file is not valid. Can only be set to true, and should be left out when not needed.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Not analyzed yet.
First score snapshot
v3.0
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 92 | 36 | 56 | v3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.