Cookie banner plugin and CMP for GDPR cookie consent and CCPA cookie compliance. Easily set up cookie consent banner, cookie notice, and policy pages.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
290
8 issue groups
Security
2
1 issue group
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$CliCcpa".116
- Category
- Maintainability
- Occurrences
- 116
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$CliCcpa".
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".99
- Category
- Maintainability
- Occurrences
- 99
- Severity
- warning
Sample message
Hook names invoked 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: "_cky_global_attributes".47
- Category
- Maintainability
- Occurrences
- 47
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_cky_global_attributes".
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CKY_APP_ASSETS_URL".23
- Category
- Maintainability
- Occurrences
- 23
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CKY_APP_ASSETS_URL".
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $category_table used in $wpdb->get_row()\n$category_table assigned unsafely at line 1081.2
- Category
- Security
- Occurrences
- 2
- Severity
- warning
Sample message
Unescaped parameter $category_table used in $wpdb->get_row()\n$category_table assigned unsafely at line 1081.
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "Cli_PreviewPage".2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Cli_PreviewPage".
WARNINGMaintainabilityDynamic hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter_name".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter_name".
ERRORMaintainabilityapplication detectedApplication files are not permitted.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Application files are not permitted.
WARNINGMaintainabilitymismatched plugin namePlugin name "CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)" is different from the name declared in plugin header "CookieYes | GDPR Cookie Consent".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)" is different from the name declared in plugin header "CookieYes | GDPR Cookie Consent".
Score History
First score snapshot
v3.5.1
87
Latest
- Findings
- 292
- Errors
- 1
- Warnings
- 291
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 87 | 292 | 1 | 291 | v3.5.1 | 2.0.0 |