Prioritized issue groups from the latest Plugin Check scan
Maintainability
145
12 issue groups
Security
113
7 issue groups
I18n
67
5 issue groups
Performance
11
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<dd>{$meta_value}</dd>"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_overview".
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Enable it to display %s like button%s on gride template blog. Please note WP Ulike plugin needs to be activaited to use this option.'.
Sample message
$_GET['post_types'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of tax_query, possible slow query.
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
Detected usage of a non-sanitized input variable: $_POST['args']
Sample message
query_posts() is discouraged. Use WP_Query instead.
Sample message
The $text parameter must be a single text string literal. Found: esc_attr( $next_label )
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
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 $sql
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "THEME_NAME".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$name'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['post_types']. Check that the array index exists before using it.
Not analyzed yet.
First score snapshot
v2.3.12
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 341 | 204 | 137 | v2.3.12 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.