Display the most commented or most viewed posts in a tabbed widget, filter the post by date range or by category. It also includes a tags tab.
Prioritized issue groups from the latest Plugin Check scan
Security
73
8 issue groups
Maintainability
12
7 issue groups
Repo Compliance
5
5 issue groups
I18n
1
1 issue group
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 '"#$tab"'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $join at "FROM $wpdb->comments c $join \n
Sample message
Unescaped parameter $join used in $wpdb->get_results()\n$join assigned unsafely at line 296.
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The use of function create_function() is forbidden
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
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['popular_views_' . COOKIEHASH]
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE['popular_views_' . COOKIEHASH]. Check that the array index exists before using it.
Sample message
$_COOKIE['popular_views_' . COOKIEHASH] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched "Tested up to": 4.6.0 != 4.3.1. The "Tested up to" value in the readme file must match the "Tested up to" value in the plugin header. If the plugin header has a "Tested up to" value, it will override the readme value, which can cause confusion.
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 4.6 < 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
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.
Sample message
Mismatched Stable Tag: 4.3.0 != 1.7.0. 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.
Potential connections found in static code analysis.
Outbound calls
3
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
First score snapshot
v1.7.0
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 91 | 61 | 30 | v1.7.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.