Accessibility by AllAccessible

Agentic AI accessibility tools for WordPress: auto-fix alt text, ARIA & HTML for WCAG/ADA. Per-page & site scores, TTS, disability profiles.

v2.1.5AllAccessibleUpdated Added 2k+ installs100% rating
39
Score
200
Errors
82
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability76

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

282 findings

Security

229

7 issue groups

Maintainability

30

9 issue groups

I18n

22

3 issue groups

Repo Compliance

1

1 issue group

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.115
Category
Security
Occurrences
115
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$act_btn'.55
Category
Security
Occurrences
55
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$act_btn'.

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.22
Category
Security
Occurrences
22
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.20
Category
Security
Occurrences
20
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nMissing Translators CommentA function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.20
Category
I18n
Occurrences
20
Severity
error

Sample message

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNINGSecurityRequest data is not unslashed$_GET['aacb_preview'] not unslashed before sanitization. Use wp_unslash() or similar8
Category
Security
Occurrences
8
Severity
warning

Sample message

$_GET['aacb_preview'] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGSecuritywp redirect wp redirectwp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.5
Category
Security
Occurrences
5
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

ERRORMaintainabilityparse url parse urlparse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

Show 10 more
WARNINGMaintainabilityerror log error log4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

error_log() found. Debug code should not normally be used in production.

WARNINGSecurityInput is not sanitized4
Category
Security
Occurrences
4
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET['aacb_preview']

ERRORMaintainabilityNot Allowed3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNINGI18nDiscouraged text-domain loading1
Category
I18n
Occurrences
1
Severity
warning

Sample message

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

WARNINGMaintainabilityNon-prefixed hook name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;wp_sitemaps_enabled&quot;.

WARNINGMaintainabilityNon-prefixed global variable1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$blog_ids&quot;.

WARNINGMaintainabilityerror log set error handler1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

set_error_handler() found. Debug code should not normally be used in production.

ERRORI18nUnordered Placeholders Text1
Category
I18n
Occurrences
1
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'We\'re sorry! Please %scontact support%s or describe the issue:'.

WARNINGMaintainabilitymismatched plugin name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Plugin name "Accessibility by AllAccessible" is different from the name declared in plugin header "AllAccessible".

ERRORRepo Complianceplugin header no license1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.

External Connections

Potential connections found in static code analysis.

14 domains

Outbound calls

92

External assets

0

Incoming endpoints

24

Platform / Reference Domains

w3.org17 · platform/reference
gnu.org1 · platform/reference
wordpress.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints24
wp_ajax_aacb_approve_manifestauthenticated

wp_ajax

wp_ajax_aacb_backfill_run_nowauthenticated

wp_ajax

wp_ajax_aacb_batch_scoresauthenticated

wp_ajax

wp_ajax_aacb_bulk_approve_manifestsauthenticated

wp_ajax

wp_ajax_aacb_clear_cacheauthenticated

wp_ajax

wp_ajax_aacb_complete_wizardauthenticated

wp_ajax

wp_ajax_aacb_deactivation_feedbackauthenticated

wp_ajax

wp_ajax_aacb_detect_sitemapauthenticated

wp_ajax

wp_ajax_aacb_diag_lookupauthenticated

wp_ajax

wp_ajax_aacb_dismiss_setup_noticeauthenticated

wp_ajax

wp_ajax_aacb_edit_fixauthenticated

wp_ajax

wp_ajax_aacb_flush_cachesauthenticated

wp_ajax

12 more hidden

Score History

2 score snapshots

+0
1007550250Jun 21, 2026, 03:28 PM UTC Score 39/100 Plugin v2.1.4 Plugin Check 2.0.0 200 errors, 82 warningsJun 24, 2026, 07:02 PM UTC Score 39/100 Plugin v2.1.5 Plugin Check 2.0.0 200 errors, 82 warningsJun 21, 2026Jun 24, 2026

v2.1.5

39

Latest

Findings
282
Errors
200
Warnings
82
Check
2.0.0

v2.1.4

39

Score

Findings
282
Errors
200
Warnings
82
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins