This plugin will display Clicky Web Analytics data and statistics inside your WordPress Administration Dashboard.
Prioritized issue groups from the latest Plugin Check scan
Security
145
6 issue groups
Maintainability
90
15 issue groups
I18n
21
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a class='nav-tab' id='tab-$tab' href='#top#cawp-$tab'>$name</a>"'.
Sample message
Function "_doing_it_wrong()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 2.8.0.
Sample message
$_POST['cawp_security'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['cawp_security']
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['filter']. Check that the array index exists before using it.
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
print_r() found. Debug code should not normally be used in production.
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
The $text text string should have translatable content. Found: ""
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
The $text parameter must be a single text string literal. Found: ucfirst( $metric )
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "doing_it_wrong_trigger_error".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$country_codes".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Mismatched text domain. Expected 'clicky-analytics' but got 'clicky'.
Not analyzed yet.
First score snapshot
v2.2.4
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 258 | 166 | 92 | v2.2.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.