CallTrackingMetrics

CallTrackingMetrics integrates with your WordPress site to provide powerful call tracking and attribution.

v2.1.8taf2Updated Added 3k+ installs74% rating
21
Score
923
Errors
286
Warnings
+0
Change

Category Scores

Security0
Repo73
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,209 findings

Security

869

11 issue groups

Maintainability

300

13 issue groups

I18n

10

1 issue group

ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.518
Category
Security
Occurrences
518
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORMaintainabilityEcho FoundShort PHP opening tag used with echo; expected "<?php echo $active_tab ..." but found "<?= $active_tab ..."194
Category
Maintainability
Occurrences
194
Severity
error

Sample message

Short PHP opening tag used with echo; expected "<?php echo $active_tab ..." but found "<?= $active_tab ..."

WARNINGSecurityMissing Unslash$_COOKIE[&#039;__ctmid&#039;] not unslashed before sanitization. Use wp_unslash() or similar107
Category
Security
Occurrences
107
Severity
warning

Sample message

$_COOKIE[&#039;__ctmid&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div style='color:red'>View not found (in-memory): $view</div>"'.100
Category
Security
Occurrences
100
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div style='color:red'>View not found (in-memory): $view</div>"'.

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE[&#039;__ctmid&#039;]65
Category
Security
Occurrences
65
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[&#039;__ctmid&#039;]

WARNINGSecurityMissingProcessing form data without nonce verification.27
Category
Security
Occurrences
27
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;17
Category
Maintainability
Occurrences
17
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.16
Category
Maintainability
Occurrences
16
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().15
Category
Maintainability
Occurrences
15
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.14
Category
Maintainability
Occurrences
14
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

Show 15 more
ERRORSecurityregister setting Missing13
Category
Security
Occurrences
13
Severity
error

Sample message

Sanitization missing for register_setting().

ERRORSecurityException Not Escaped12
Category
Security
Occurrences
12
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$errorMessage'.

ERRORI18nMissing Translators Comment10
Category
I18n
Occurrences
10
Severity
error

Sample message

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNINGSecurityRecommended9
Category
Security
Occurrences
9
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilityparse url parse url8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

WARNINGSecurityInterpolated Not Prepared7
Category
Security
Occurrences
7
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $table_name at &quot;DELETE FROM $table_name WHERE DATE(timestamp) &lt; %s&quot;

WARNINGMaintainabilityerror log set error handler7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

set_error_handler() found. Debug code should not normally be used in production.

WARNINGSecuritywp redirect wp redirect6
Category
Security
Occurrences
6
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNINGSecurityUnescaped DBParameter5
Category
Security
Occurrences
5
Severity
warning

Sample message

Unescaped parameter $table_name used in $wpdb-&gt;get_var()\n$table_name assigned unsafely at line 566.

WARNINGMaintainabilityerror log error log5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

error_log() found. Debug code should not normally be used in production.

WARNINGMaintainabilityerror log print r5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

print_r() found. Debug code should not normally be used in production.

ERRORMaintainabilityfile system operations fclose5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERRORMaintainabilityfile system operations fopen5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERRORMaintainabilityfile system operations fread5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().

WARNINGMaintainabilityprevent path disclosure error reporting4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

error_reporting() can lead to full path disclosure.

Score History

First score snapshot

v2.1.8

21

Latest

Findings
1,209
Errors
923
Warnings
286
Check
2.0.0

Related Plugins

100
Advanced Popups

60k+ active installs

99
HBAgency

9k+ active installs

98
Ads.txt Manager

100k+ active installs

92