Please read the plugin description before installing to ensure compatibility and avoid potential issues. This plugin will be free forever.
98
Score
10
Errors
2
Warnings
+0
Change
Category Scores
Security100
Repo100
Performance100
Maintainability91
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
12
3 issue groups
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilitymissing composer json fileThe "/vendor" directory using composer exists, but "composer.json" file is missing.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
WARNINGMaintainabilityupdate modification detectedPlugin Updater detected. Detected code which may be altering WordPress update routines. Detected: auto_update_plugin1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: auto_update_plugin
Score History
First score snapshot
v2.0.4
98
Latest
- Findings
- 12
- Errors
- 10
- Warnings
- 2
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 98 | 12 | 10 | 2 | v2.0.4 | 2.0.0 |