Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore …
Prioritized issue groups from the latest Plugin Check scan
Security
1,636
11 issue groups
Maintainability
679
11 issue groups
I18n
417
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"::: CRON DONE WITH $items items and saved log, URL from: $url_from \r\n"'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Short PHP opening tag used with echo; expected "<?php echo $atts ..." but found "<?= $atts ..."
Sample message
Mismatched text domain. Expected 'administrator-z' but got "elementor-pro".
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$key".
Sample message
Detected usage of a non-sanitized input variable: $_GET[$_field]
Sample message
$_GET[$_field] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "WoocommerceOrderItem_display".
Sample message
Use of a direct database call is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['vnp_ResponseCode']. Check that the array index exists before using it.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at url IN ($placeholders) AND\r\n
Sample message
Use placeholders and $wpdb->prepare(); found $oldid
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Sanitization missing for register_setting().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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.
Potential connections found in static code analysis.
Outbound calls
298
External assets
2
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v2026.06.03
18
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 18 | 2,860 | 2,061 | 799 | v2026.06.03 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.