A highly customizable, easy-to-use popular posts plugin!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
223
17 issue groups
Security
95
5 issue groups
I18n
41
2 issue groups
Performance
13
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$IDs_to_exclude".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_title".
Sample message
$_GET['end_date'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['end_date']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['ajax']. Check that the array index exists before using it.
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
Missing $domain parameter in function call to __().
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$icon_file'.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Unescaped parameter $query used in $wpdb->get_var()\n$query assigned unsafely at line 263.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wordpress_popular_posts_delete_thumb_cache".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Popular Posts" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
The use of function wp_get_sidebars_widgets() is forbidden
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: "Elementor_WPP_Widget".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPP_VERSION".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Not analyzed yet.
First score snapshot
v7.4.0
29
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 377 | 77 | 300 | v7.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.