This plugin will display how many times post and page viewed. It shows total view of access per day, week, month, and all days.
Prioritized issue groups from the latest Plugin Check scan
Security
230
12 issue groups
Maintainability
146
8 issue groups
I18n
4
3 issue groups
Repo Compliance
2
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$PostViewsStats".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $titles_all[$i]"'.
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['Pvs_Counter_save']
Sample message
$_POST['Pvs_Counter_save'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $pvs_counter_title_value at "SELECT time,title,url,sum(access) as total_access,pageid,ipaddress,useragent FROM $table_name_pvs_counter WHERE title='$pvs_counter_title_value' GROUP BY title,time ORDER BY total_access DESC"
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['Pvs_Counter_save']. Check that the array index exists before using it.
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
Unescaped parameter $postid_query used in $wpdb->get_results()\n$postid_query assigned unsafely at line 340.
Sample message
Unescaped parameter $table_name_pvs_counter used in $wpdb->get_var()\n$table_name_pvs_counter assigned unsafely at line 260.
Sample message
Use placeholders and $wpdb->prepare(); found $postid_query
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "My_Widget".
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wp_pvs_most_popular".
Sample message
The $domain parameter must be a single text string literal. Found: $this->textdomain
Sample message
The $text parameter must be a single text string literal. Found: esc_attr('Save', 'post-views-stats-counter' )
Sample message
Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="
Sample message
Tested up to: 6.2 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Potential connections found in static code analysis.
Outbound calls
5
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.1.7
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 383 | 142 | 241 | v1.1.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.