Improvements for responsive images in WordPress.
99
Score
1
Errors
2
Warnings
+0
Change
Category Scores
Security100
Repo97
Performance100
Maintainability97
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2
2 issue groups
Repo Compliance
1
1 issue group
WARNINGMaintainabilityNon Prefixed Constant FoundGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "IMAGE_AUTO_SIZES_VERSION".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "IMAGE_AUTO_SIZES_VERSION".
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;
WARNINGRepo Compliancereadme reserved contributorsThe "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg"1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg"
Score History
First score snapshot
v1.7.0
99
Latest
- Findings
- 3
- Errors
- 1
- Warnings
- 2
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 99 | 3 | 1 | 2 | v1.7.0 | 2.0.0 |