Limit access to visitors who are logged in or allowed by IP addresses. Includes many options for handling blocked visitors.
Category Scores
Top Issues by Category
maintainability14
i18n10
Issues Details
25 issues found in latest scan
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "restrict_site_access_handling".
A function call to esc_html__() 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.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "RSA_IS_NETWORK".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "RSA_Validator".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$compat_checker".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
The "/vendor" directory using composer exists, but "composer.json" file is missing.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to esc_attr__(). | 7 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "restrict_site_access_handling". | 5 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to esc_html__() 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. | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "RSA_IS_NETWORK". | 2 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound | WARNING | Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "RSA_Validator". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$compat_checker". | 1 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'. | 1 |
| application_detected | ERROR | Application files are not permitted. | 1 |
| missing_composer_json_file | WARNING | The "/vendor" directory using composer exists, but "composer.json" file is missing. | 1 |
| upgrade_notice_limit | WARNING | The upgrade notice for "7.5.0" exceeds the limit of 300 characters. | 1 |
Latest Snapshot
Findings
25
Errors
14
Warnings
11
Score History
First score snapshot
First scan completed Jun 20, 2026
v7.6.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v7.6.1
91
Latest
- Findings
- 25
- Errors
- 14
- Warnings
- 11
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 91 | 25 | 14 | 11 | v7.6.1 | 2.0.0 | 2026.06-mvp-static-v2 |