CallTrackingMetrics integrates with your WordPress site to provide powerful call tracking and attribution.
Prioritized issue groups from the latest Plugin Check scan
Security
869
11 issue groups
Maintainability
300
13 issue groups
I18n
10
1 issue group
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $active_tab ..." but found "<?= $active_tab ..."
Sample message
$_COOKIE['__ctmid'] not unslashed before sanitization. Use wp_unslash() or similar
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>"'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['__ctmid']
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Sanitization missing for register_setting().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$errorMessage'.
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.
Sample message
Processing form data without nonce verification.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "DELETE FROM $table_name WHERE DATE(timestamp) < %s"
Sample message
set_error_handler() found. Debug code should not normally be used in production.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" 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.
Sample message
Unescaped parameter $table_name used in $wpdb->get_var()\n$table_name assigned unsafely at line 566.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
error_reporting() can lead to full path disclosure.
Potential connections found in static code analysis.
Outbound calls
252
External assets
5
Incoming endpoints
43
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
26 more hidden
2 score snapshots
v2.1.11
23
Latest
v2.1.8
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,208 | 922 | 286 | v2.1.11 | 2.0.0 |
| 21 | 1,209 | 923 | 286 | v2.1.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.