Customize the default WooCommerce email templates design and text through the native WordPress customizer. Preview emails and send test emails.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
201
11 issue groups
Security
113
8 issue groups
I18n
33
6 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_section".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$content'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "customize_save".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Mismatched text domain. Expected 'kadence-woocommerce-email-designer' but got 'customizer-export-import'.
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "KWED_Cartflows_CA_Email".
Sample message
Detected usage of a non-sanitized input variable: $_POST['customized']
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['kadence-woomail-import-file']. Check that the array index exists before using it.
Sample message
$_REQUEST['kt-woomail-export'] 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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "KT_WOOMAIL_PATH".
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s is now back in stock at %s. '.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Kadence WooCommerce Email Designer" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.
Sample message
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.
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
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: "{$email_id}_email_body".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Multiple placeholders in translatable strings should be ordered. Mix of ordered and non-ordered placeholders found. Found: "%d, %s, %3$s" in 'The automatic recurring payment for order #%d from %s has failed. The payment will be retried %3$s.'.
Sample message
Translatable string should not be wrapped in HTML. Found: '<p>Use native WordPress Customizer to make Woocommerce emails match your brand.</p>'
Sample message
Tested up to: 7.0.2 The version number should only include major versions 7.0.
Potential connections found in static code analysis.
Outbound calls
47
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
3 score snapshots
v1.5.19.1
36
Latest
v1.5.19
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 347 | 118 | 229 | v1.5.19.1 | 2.0.0 |
| 34 | 349 | 119 | 230 | v1.5.19 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.