Mailjet Email Marketing

Includes WooCommerce automated and order emails. Design, send and track engaging marketing and transactional emails from your WordPress admin.

v6.2.0MailjetUpdated 2026-05-21Added Jan 27, 201210k+ installs64% rating0% support resolved
24
Score
435
Errors
206
Warnings
+0
Change

Category Scores

Security0
Repo82
Performance100
Maintainability8

Top Issues by Category

security441
maintainability138
i18n29

Issues Details

641 issues found in latest scan

ERROR148
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR90
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR50
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR47
PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing

Sanitization missing for register_setting().

WARNING45
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING36
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING26
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING20
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING20
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR20
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING19
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR16
missing_direct_file_access_protection

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

ERROR13
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $insert_query used in $wpdb->query()\n$insert_query assigned unsafely at line 1266.

WARNING12
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET['backto']. Check that the array index exists before using it.

ERROR12
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.

ERROR7
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $boxMsg

ERROR4
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"{$locale} is not supported."'.

WARNING4
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

ERROR4
WordPress.WP.I18n.MissingArgDomain

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

WARNING4
WordPress.WP.I18n.NoHtmlWrappedStrings

Translatable string should not be wrapped in HTML. Found: '<b>Api Key</b>'

ERROR3
WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

WARNING2
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_var_dump

var_dump() found. Debug code should not normally be used in production.

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_var_export

var_export() found. Debug code should not normally be used in production.

Latest Snapshot

Findings

641

Errors

435

Warnings

206

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v6.2.0

24

Latest

Findings
641
Errors
435
Warnings
206
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins