Simply hide widgets on specified pages. Adds checkboxes to each widget to either show or hide it on every site page.
Category Scores
Top Issues by Category
security39
i18n24
repo_compliance4
Issues Details
68 issues found in latest scan
Mismatched text domain. Expected 'ah-display-widgets' but got 'display-widgets'.
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cat'.
Processing form data without nonce verification.
Detected usage of a possibly undefined superglobal array index: $_POST['id_base']. Check that the array index exists before using it.
$_POST['id_base'] not unslashed before sanitization. Use wp_unslash() or similar
Detected usage of a non-sanitized input variable: $_POST['opts']
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.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Tested up to: 5.0 < 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.
One or more tags were ignored. The following tags are not permitted: "plugin", "wordpress"
One or more tags were ignored. Please limit your plugin to 5 tags.
The "Text Domain" header in the plugin file does not match the slug. Found "display-widgets", expected "ah-display-widgets".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'ah-display-widgets' but got 'display-widgets'. | 17 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 16 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cat'. | 10 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 6 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 5 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_POST['id_base']. Check that the array index exists before using it. | 3 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['id_base'] not unslashed before sanitization. Use wp_unslash() or similar | 3 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['opts'] | 1 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | 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. | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| no_license | ERROR | Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 5.0 < 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. | 1 |
| readme_parser_warnings_ignored_tags | WARNING | One or more tags were ignored. The following tags are not permitted: "plugin", "wordpress" | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "display-widgets", expected "ah-display-widgets". | 1 |
Latest Snapshot
Findings
68
Errors
52
Warnings
16
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.0.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.0.3
41
Latest
- Findings
- 68
- Errors
- 52
- Warnings
- 16
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 41 | 68 | 52 | 16 | v1.0.3 | 2.0.0 | 2026.06-mvp-static-v2 |