Prioritized issue groups from the latest Plugin Check scan
Security
31
5 issue groups
Maintainability
6
3 issue groups
I18n
5
2 issue groups
Performance
3
2 issue groups
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 '$image_link_field'.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "image_size_names_choose".
Sample message
Detected usage of a non-sanitized input variable: $_GET['updated']
Sample message
$_GET['updated'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
screen_icon() has been deprecated since WordPress version 3.8.0.
Sample message
Mismatched text domain. Expected 'cleaner-gallery' but got 'cleaner_gallery'.
Sample message
Setting `suppress_filters` to `true` is prohibited.
Sample message
The "Tested up to" header is missing in the readme file.
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.
Not analyzed yet.
First score snapshot
v1.1.0
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 48 | 40 | 8 | v1.1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.