Stick the WordPress admin bar to the bottom of the screen. Hide it with SHIFT + Down Arrow keyboard shortcut.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
2
1 issue group
Maintainability
2
2 issue groups
Repo Compliance
2
2 issue groups
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$demo_url'.2
- Category
- Security
- Occurrences
- 2
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$demo_url'.
WARNINGMaintainabilityMissing VersionResource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORRepo Complianceplugin header invalid requires wpThe "Requires at least" header in the plugin file should only contain a WordPress version such as "7.0" or "6.9".1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
The "Requires at least" header in the plugin file should only contain a WordPress version such as "7.0" or "6.9".
ERRORRepo Compliancereadme mismatched header requiresMismatched Requires at least: 4.9 != 4.9 or higher. "Requires at least" needs to be exactly the same with that in your main plugin file's header.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Mismatched Requires at least: 4.9 != 4.9 or higher. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Score History
First score snapshot
v1.5.3
89
Latest
- Findings
- 6
- Errors
- 5
- Warnings
- 1
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 89 | 6 | 5 | 1 | v1.5.3 | 2.0.0 |