Easily capture UTM parameters, track button and link clicks, and analyze campaigns to improve your marketing ROI in WordPress.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
12
4 issue groups
Maintainability
9
5 issue groups
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $event_table at \t\t\tLEFT JOIN ($event_table) as events ON sessions.id = events.session_id\r\n9
- Category
- Security
- Occurrences
- 9
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $event_table at \t\t\tLEFT JOIN ($event_table) as events ON sessions.id = events.session_id\r\n
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.3
- Category
- Maintainability
- Occurrences
- 3
- 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().3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $concated_sql used in $wpdb->get_col()\n$concated_sql assigned unsafely at line 170.1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
Unescaped parameter $concated_sql used in $wpdb->get_col()\n$concated_sql assigned unsafely at line 170.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $prepared_sql1
- Category
- Security
- Occurrences
- 1
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $prepared_sql
WARNINGSecurityReplacements Wrong NumberIncorrect number of replacements passed to $wpdb->prepare(). Found 3 replacement parameters, expected 2.1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 3 replacement parameters, expected 2.
WARNINGMaintainabilityMissing VersionResource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
WARNINGMaintainabilitymismatched plugin namePlugin name "UTM Event Tracker and Analytics, UTM Grabber" is different from the name declared in plugin header "UTM Event Tracker and Analytics".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "UTM Event Tracker and Analytics, UTM Grabber" is different from the name declared in plugin header "UTM Event Tracker and Analytics".
ERRORMaintainabilitywp function not compatible with requires wpFunction "array_find()" requires WordPress 6.8.0, but your plugin minimum supported version is WordPress 6.2.0.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Function "array_find()" requires WordPress 6.8.0, but your plugin minimum supported version is WordPress 6.2.0.
External Connections
Potential connections found in static code analysis.
Outbound calls
33
External assets
0
Incoming endpoints
14
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
wp_ajax
Admin AJAX endpoints13
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
1 more hidden
Score History
First score snapshot
v1.2.0
76
Latest
- Findings
- 21
- Errors
- 2
- Warnings
- 19
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 76 | 21 | 2 | 19 | v1.2.0 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.