Mailchimp for WooCommerce

Connect your store to your Mailchimp audience to track sales, create targeted emails, send abandoned cart emails, and more.

v6.1.1MailchimpUpdated 2026-05-28Added Oct 6, 2016200k+ installs80% rating17% support resolved
24
Score
523
Errors
663
Warnings
+0
Change

Category Scores

Security0
Repo90
Performance100
Maintainability0

Top Issues by Category

security506
maintainability444
i18n172

Issues Details

1,186 issues found in latest scan

WARNING241
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_details".

ERROR191
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$account_name'.

ERROR128
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'mailchimp-for-woocommerce' but got 'mailchimp-newsletter'.

WARNING68
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING65
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING56
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar

WARNING50
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING46
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING46
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[$key]

ERROR37
Generic.PHP.DisallowShortOpenTag.EchoFound

Short PHP opening tag used with echo; expected "<?php echo $enable_auto_subscribe ..." but found "<?= $enable_auto_subscribe ..."

ERROR34
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR28
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $check_index_sql

ERROR16
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR15
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING13
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET[&#039;page&#039;]. Check that the array index exists before using it.

ERROR13
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: "Mailchimp says: API Request Error - ".$has_api_error

WARNING12
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; 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.

ERROR10
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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."'.

ERROR9
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING8
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $placeholders at &quot;SELECT option_name, option_value FROM $wpdb-&gt;options WHERE option_name IN ($placeholders)&quot;

WARNING8
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;MC_WC_ADVANCED_TAB&quot;.

WARNING8
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;active_plugins&quot;.

WARNING7
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING7
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

WARNING6
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

Latest Snapshot

Findings

1,186

Errors

523

Warnings

663

Score History

First score snapshot

First scan completed Jun 19, 2026

v6.1.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v6.1.1

24

Latest

Findings
1,186
Errors
523
Warnings
663
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins