Everything you need to launch an online store in days and keep it growing for years. From your first sale to millions in revenue, Woo is with you.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
4,807
13 issue groups
Security
2,478
11 issue groups
Performance
35
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$WC_Brands_Admin".
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "WC".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" {$oParserState->peek()} "'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Abstract_WC_Order_Data_Store_CPT".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"\n$file, $func, $line\n"'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->_cookie]
Sample message
Unescaped parameter $address_table used in $wpdb->get_results()\n$address_table assigned unsafely at line 412.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $count_clause at "SELECT $count_clause FROM {$wpdb->prefix}wc_orders_meta WHERE meta_key=%s AND meta_value=%s"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'add_meta_boxes_' . $this->screen_id".
Sample message
Processing form data without nonce verification.
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: "$filter . '_notification'".
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Attempting a database schema change is discouraged.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
The parameter ""child_of=$id&menu_order=ASC&hide_empty=0"" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Interfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "CronExpression_FieldInterface".
Sample message
Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 266.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['access_expires']. Check that the array index exists before using it.
Potential connections found in static code analysis.
Outbound calls
295
External assets
5
Incoming endpoints
0
No public endpoints detected.
6 score snapshots
v10.9.4
22
Latest
v10.9.3
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 7,531 | 1,359 | 6,172 | v10.9.4 | 2.0.0 |
| 22 | 7,531 | 1,359 | 6,172 | v10.9.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.