Connect your store to your Mailchimp audience to track sales, create targeted emails, send abandoned cart emails, and more.
Prioritized issue groups from the latest Plugin Check scan
Security
506
11 issue groups
Maintainability
444
10 issue groups
I18n
172
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_details".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$account_name'.
Sample message
Mismatched text domain. Expected 'mailchimp-for-woocommerce' but got 'mailchimp-newsletter'.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a non-sanitized input variable: $_COOKIE[$key]
Sample message
Short PHP opening tag used with echo; expected "<?php echo $enable_auto_subscribe ..." but found "<?= $enable_auto_subscribe ..."
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $check_index_sql
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
Missing $domain parameter in function call to __().
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
The $text parameter must be a single text string literal. Found: "Mailchimp says: API Request Error - ".$has_api_error
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Email [{$email}] has been blocked due to spam reports."'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at "SELECT option_name, option_value FROM $wpdb->options WHERE option_name IN ($placeholders)"
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MC_WC_ADVANCED_TAB".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Detected usage of meta_key, possible slow query.
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
Detected usage of meta_value, possible slow query.
Not analyzed yet.
First score snapshot
v6.1.1
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,186 | 523 | 663 | v6.1.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.