A/B Testing, conversion rate optimization, and beautiful Heatmaps with AI Assistance.
92
Score
18
Errors
290
Warnings
+0
Change
Category Scores
Security100
Repo100
Performance100
Maintainability61
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
308
4 issue groups
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "nab_add_extra_script_attributes".191
- Category
- Maintainability
- Occurrences
- 191
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "nab_add_extra_script_attributes".
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "nab_add_filter".83
- Category
- Maintainability
- Occurrences
- 83
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "nab_add_filter".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$nab_active".16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$nab_active".
Score History
First score snapshot
v8.4.1
92
Latest
- Findings
- 308
- Errors
- 18
- Warnings
- 290
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 92 | 308 | 18 | 290 | v8.4.1 | 2.0.0 |