Prioritized issue groups from the latest Plugin Check scan
Security
132
8 issue groups
Maintainability
97
14 issue groups
I18n
26
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ALLOW_ALL_EXTERNAL_SITES".
Sample message
The $domain parameter must be a single text string literal. Found: YIW_TEXT_DOMAIN
Sample message
Detected usage of a non-sanitized input variable: $_GET[$property]
Sample message
$_GET[$property] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['DOCUMENT_ROOT']. Check that the array index exists before using it.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "YIW_add_featured".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use of the backtick operator is forbidden
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: touch().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ALLOWED_SITES".
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: $this->description
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Featured_posts".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
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
Unescaped parameter $queryStr used in $wpdb->get_results()\n$queryStr assigned unsafely at line 259.
Sample message
The use of function ini_set() is discouraged
Sample message
Use of a direct database call is discouraged.
Potential connections found in static code analysis.
Outbound calls
14
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.5.2
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 280 | 158 | 122 | v1.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.