Free cookie consent with GDPR, CCPA, ePrivacy, Google Consent Mode v2, IAB TCF v2.3, and built-in Cookie Policy generator. No cloud required.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
291
7 issue groups
Security
20
2 issue groups
Performance
1
1 issue group
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "breeze_clear_all_cache".124
- Category
- Maintainability
- Occurrences
- 124
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "breeze_clear_all_cache".
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugins".66
- Category
- Maintainability
- Occurrences
- 66
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugins".
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_faz_global_attributes".65
- Category
- Maintainability
- Occurrences
- 65
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_faz_global_attributes".
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEDB".22
- Category
- Maintainability
- Occurrences
- 22
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEDB".
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $cookies_table used in $wpdb->get_results()\n$cookies_table assigned unsafely at line 349.12
- Category
- Security
- Occurrences
- 12
- Severity
- warning
Sample message
Unescaped parameter $cookies_table used in $wpdb->get_results()\n$cookies_table assigned unsafely at line 349.
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable {$categories_table} at \t\t\t LEFT JOIN `{$categories_table}` AS cat ON c.category = cat.category_id\n8
- Category
- Security
- Occurrences
- 8
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$categories_table} at \t\t\t LEFT JOIN `{$categories_table}` AS cat ON c.category = cat.category_id\n
WARNINGMaintainabilitySchema ChangeAttempting a database schema change is discouraged.6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.4
- Category
- Maintainability
- Occurrences
- 4
- 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().4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORPerformanceSuppress Filters suppress filtersSetting `suppress_filters` to `true` is prohibited.1
- Category
- Performance
- Occurrences
- 1
- Severity
- error
Sample message
Setting `suppress_filters` to `true` is prohibited.
External Connections
Potential connections found in static code analysis.
Outbound calls
63
External assets
1
Incoming endpoints
8
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
wp_ajax
register_rest_route
register_rest_route
Admin AJAX endpoints3
wp_ajax
wp_ajax
wp_ajax
Score History
2 score snapshots
v1.21.1
70
Latest
- Findings
- 312
- Errors
- 1
- Warnings
- 311
- Check
- 2.0.0
v1.21.0
70
Score
- Findings
- 311
- Errors
- 1
- Warnings
- 310
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 70 | 312 | 1 | 311 | v1.21.1 | 2.0.0 |
| 70 | 311 | 1 | 310 | v1.21.0 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.