Prioritized issue groups from the latest Plugin Check scan
Security
258
12 issue groups
I18n
205
5 issue groups
Maintainability
125
8 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: SamedayCourierHelperClass::TEXT_DOMAIN
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_goTo_eAWB'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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
$_GET['id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $createCitiesTable used in $wpdb->query()\n$createCitiesTable assigned unsafely at line 711.
Sample message
Use placeholders and $wpdb->prepare(); found $createCitiesTable
Sample message
Detected usage of a non-sanitized input variable: $_GET['id']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['action']. Check that the array index exists before using it.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: $message
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_samedaycourier_shipping_method".
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
The $text text string should have translatable content. Found: ''
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $is_testing at \tAND is_testing = '$is_testing'"
Sample message
Mismatched text domain. Expected 'samedaycourier-shipping' but got 'woocommerce'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $shipTo ..." but found "<?= $shipTo ..."
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Unescaped parameter $service used in $wpdb->get_row()\n$service assigned unsafely at line 14.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BgnCurrencyConverter".
Not analyzed yet.
First score snapshot
v1.11.1
29
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 605 | 336 | 269 | v1.11.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.