Assists with EU/UK/Norway/Switzerland VAT compliance for WooCommerce, for the VAT regimes that began in 2015 and were extended in 2021), including the …
Prioritized issue groups from the latest Plugin Check scan
Security
542
11 issue groups
Maintainability
246
14 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $country_name ($country_code)"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wc_eu_vat_compliance_cc_tab_'.$slug".
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_EU_VAT_Compliance".
Sample message
Detected usage of a non-sanitized input variable: $_GET['range']
Sample message
$_GET['range'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $address_sql used in $wpdb->get_results()\n$address_sql assigned unsafely at line 725.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['page']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $address_sql
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 interpolation in unescaped heredoc.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_transient".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table_prefix} at "SELECT * FROM {$table_prefix}wc_order_tax_lookup WHERE order_id=%d"
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
Processing form data without nonce verification.
Sample message
The use of function eval() is forbidden
Not analyzed yet.
First score snapshot
v1.36.6
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 832 | 515 | 317 | v1.36.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.