Post Views Counter allows you to collect and display how many times a post, page, or other content has been viewed in a simple, fast and reliable way.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
305
10 issue groups
Security
217
11 issue groups
I18n
63
4 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "editable_roles".
Sample message
Use placeholders and $wpdb->prepare(); found !
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
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
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action_href'.
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $aggregate_query used in $wpdb->get_results()\n$aggregate_query assigned unsafely at line 1188.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$daily_table} at "SELECT MAX(id) FROM `{$daily_table}`"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "pvc_get_most_viewed_posts".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
The parameter "null" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Use "" instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->prefix . '_configuration_updated'".
Sample message
File has mixed line endings; this may cause incorrect results
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Found %s total views for %s posts.'.
Sample message
Unescaped parameter $daily_table used in $wpdb->get_results()
Sample message
Attempting a database schema change is discouraged.
Sample message
Missing $domain parameter in function call to __().
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 3.
Potential connections found in static code analysis.
Outbound calls
20
External assets
0
Incoming endpoints
16
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v1.7.15
28
Latest
v1.7.14
28
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 606 | 191 | 415 | v1.7.15 | 2.0.0 |
| 28 | 579 | 179 | 400 | v1.7.14 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.