WordPress accessibility plugin with text-to-speech, contrast tools, dyslexic font, zoom controls and AI fixes for alt text, headings and ARIA roles.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
316
15 issue groups
Security
222
9 issue groups
I18n
6
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$HTTPClient".
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
Use placeholders and $wpdb->prepare(); found $query
Sample message
Unescaped parameter $query used in $wpdb->get_col()\n$query assigned unsafely at line 26.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<style type='text/css'>:focus{outline: $pparams->enable_focus_outline_bordersize solid $pparams->enable_focus_outline_color !important;}</style>"'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['lang']
Sample message
$_GET['lang'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['lang']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
The use of function ini_set() is discouraged
Sample message
Missing $domain parameter in function call to __().
Sample message
Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "GoogleTokenGenerator".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$err'.
Potential connections found in static code analysis.
Outbound calls
56
External assets
1
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v3.37.1
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 565 | 235 | 330 | v3.37.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.