Display your WordPress blog statistics. Ranging from general total statistics, some of my plugins statistics and top 10 statistics.
Prioritized issue groups from the latest Plugin Check scan
Security
183
10 issue groups
Maintainability
107
12 issue groups
I18n
57
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
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
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_comments_members_stats".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "display_stats".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "comment_text".
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
Use placeholders and $wpdb->prepare(); found interpolated variable $limit at "' AND $where AND post_status = 'publish' AND post_password = '' GROUP BY $wpdb->comments.comment_post_ID ORDER BY comment_total DESC LIMIT $limit"
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s @ %s'.
Sample message
Unescaped parameter $where used in $wpdb->get_results()\n$where assigned unsafely at line 148.
Sample message
Use placeholders and $wpdb->prepare(); found current_time
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE['wp-postpass_'.COOKIEHASH] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['wp-postpass_'.COOKIEHASH]
Sample message
The parameter "'Stats Most Limit'" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Instead do not pass the parameter.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP-Stats" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
wp_get_sites() has been deprecated since WordPress version 4.6.0. Use get_sites() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Unescaped parameter $limit_sql used in $wpdb->get_results()\n$limit_sql assigned unsafely at line 275.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Widget_Stats".
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE['wp-postpass_'.COOKIEHASH]. Check that the array index exists before using it.
Sample message
clean_url() has been deprecated since WordPress version 3.0.0. Use esc_url() instead.
Potential connections found in static code analysis.
Outbound calls
4
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v2.56.1
33
Latest
v2.56
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 352 | 231 | 121 | v2.56.1 | 2.0.0 |
| 32 | 363 | 237 | 126 | v2.56 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.