The Simple Visitor Counter widget displays a daily, weekly and monthly visitor count. Count your up to date traffic safely and show your current visit …
Prioritized issue groups from the latest Plugin Check scan
Security
36
8 issue groups
Maintainability
25
12 issue groups
I18n
4
3 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$headingcolor'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "vcp_check_ip_exist".
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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Unescaped parameter $sql used in $wpdb->get_var()\n$sql assigned unsafely at line 194.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['REMOTE_ADDR']
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REMOTE_ADDR']. Check that the array index exists before using it.
Sample message
$_SERVER['REMOTE_ADDR'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'simple-visitor-counter-widget' but got 'SimpleVisitorCounter'.
Sample message
Unescaped parameter $vcp_log_table used in $wpdb->query()\n$vcp_log_table assigned unsafely at line 242.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $vcp_log_table at "DROP TABLE IF EXISTS $vcp_log_table"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SimpleVisitorCounter_Widget".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$vcp_db_version".
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
Missing $domain parameter in function call to __().
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
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Invalid or missing Stable Tag. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Sample message
Tested up to: 4.7 < 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
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
Potential connections found in static code analysis.
Outbound calls
2
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.0
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 68 | 41 | 27 | v1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.