Prioritized issue groups from the latest Plugin Check scan
Security
152
7 issue groups
Maintainability
41
15 issue groups
I18n
14
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<br />>>>>>\t<strong>$tag</strong><br />"'.
Sample message
Detected usage of a non-sanitized input variable: $_POST[Helper::get_options_key()]
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[Helper::get_options_key()]. Check that the array index exists before using it.
Sample message
$_POST[Helper::get_options_key()] not unslashed before sanitization. Use wp_unslash() or similar
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$desc".
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
print_r() found. Debug code should not normally be used in production.
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
Found call to wp_register_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Post_List_Featured_Image_Loader".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "post_list_featured_image_help".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Potential connections found in static code analysis.
Outbound calls
10
External assets
1
Incoming endpoints
1
No public endpoints detected.
wp_ajax
First score snapshot
v0.5.9
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 212 | 112 | 100 | v0.5.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.