Prioritized issue groups from the latest Plugin Check scan
Security
365
11 issue groups
Maintainability
328
12 issue groups
I18n
25
2 issue groups
Sample message
Short PHP opening tag used with echo; expected "<?php echo $available_by_ec_field ..." but found "<?= $available_by_ec_field ..."
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$available_by_ec_field'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$available_by_ec_field".
Sample message
Sanitization missing for register_setting().
Sample message
Processing form data without nonce verification.
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
Use placeholders and $wpdb->prepare(); found $order_by
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
Sample message
$_COOKIE['p4s_push_subscriber_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['id']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_taxonomy_args_'.$taxonomy_name".
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$error'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
The $text parameter must be a single text string literal. Found: $description
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Payment_Token_SBP".
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Yoomoney\Includes".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using touch(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Potential connections found in static code analysis.
Outbound calls
142
External assets
1
Incoming endpoints
4
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v2.16.3
22
Latest
v2.16.2
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 758 | 591 | 167 | v2.16.3 | 2.0.0 |
| 22 | 757 | 590 | 167 | v2.16.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.