Represent your data by symbols, such as bars, lines, or pie charts.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
9
5 issue groups
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BCHART_DIR_PATH".3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BCHART_DIR_PATH".
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$isDeleteData".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$isDeleteData".
WARNINGMaintainabilitymismatched plugin namePlugin name "Chart Block - Visualize Data with Bar, Line, Pie Charts" is different from the name declared in plugin header "Chart Block".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Chart Block - Visualize Data with Bar, Line, Pie Charts" is different from the name declared in plugin header "Chart Block".
External Connections
Potential connections found in static code analysis.
Outbound calls
63
External assets
2
Incoming endpoints
4
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints4
wp_ajax
wp_ajax
wp_ajax
wp_ajax
Score History
First score snapshot
v1.1.7
99
Latest
- Findings
- 9
- Errors
- 0
- Warnings
- 9
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 99 | 9 | 0 | 9 | v1.1.7 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.