Provide two widgets, showing lists of the most and reast read posts.
Prioritized issue groups from the latest Plugin Check scan
Security
118
7 issue groups
Maintainability
27
9 issue groups
I18n
6
4 issue groups
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$add_line_break_before_thumbs'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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: $_POST[$option_name . '_css_style']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$option_name . '_css_style']. Check that the array index exists before using it.
Sample message
$_POST[$option_name . '_css_style'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $name
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 223.
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "LeastReadPostsWidget".
Sample message
The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
Sample message
Mismatched text domain. Expected 'most-and-least-read-posts-widget' but got 'least_read_posts'.
Sample message
Plugin name "Most And Least Read Posts Widget" is different from the name declared in plugin header "Most and Least Read Posts Widget".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Potential connections found in static code analysis.
Outbound calls
7
External assets
3
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v2.5.21
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 154 | 130 | 24 | v2.5.21 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.