Make your store multilingual and enable multiple currencies.
Prioritized issue groups from the latest Plugin Check scan
Security
2,433
13 issue groups
Maintainability
693
10 issue groups
I18n
68
2 issue groups
Sample message
Use placeholders and $wpdb->prepare(); found $args
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$argument'.
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $currency at \t\t\t\t\tWHERE meta_key IN ('_price', '_regular_price', '_sale_price', '_price_$currency', '_regular_price_$currency', '_sale_price_$currency')\n
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$name]
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script type=\"text/javascript\">\n'.
Sample message
Unescaped parameter $orderMetaTable used in $wpdb->query()\n$orderMetaTable assigned unsafely at line 351.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE['woocommerce_items_in_cart']. Check that the array index exists before using it.
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
Mismatched text domain. Expected 'woocommerce-multilingual' but got 'sitepress'.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Sample message
Detected usage of meta_value, possible slow query.
Sample message
The $text parameter must be a single text string literal. Found: $WCS_Email_Customer_Renewal_Invoice->heading
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$currency".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "default_product_type".
Sample message
Unescaped parameter $fieldsInQuery used in $wpdb->get_results()\n$fieldsInQuery assigned unsafely at line 21.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Potential connections found in static code analysis.
Outbound calls
114
External assets
2
Incoming endpoints
76
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
57 more hidden
2 score snapshots
v5.5.7
24
Latest
v5.5.6
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 3,290 | 1,599 | 1,691 | v5.5.7 | 2.0.0 |
| 24 | 3,071 | 1,453 | 1,618 | v5.5.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.