Email marketing and newsletter plugin for WordPress. Create email campaigns, grow subscribers, automate emails, and customize WooCommerce emails.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,328
9 issue groups
Security
2,152
13 issue groups
I18n
179
3 issue groups
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
Use placeholders and $wpdb->prepare(); found interpolated variable $batch_placeholders at WHERE batch_id IN ($batch_placeholders)\n
Sample message
Unescaped parameter $abTestsTable used in $wpdb->get_col()\n$abTestsTable assigned unsafely at line 4382.
Sample message
Use placeholders and $wpdb->prepare(); found $abTestQuery
Sample message
Unescaped parameter $abTestQuery used in $wpdb->get_results()\n$abTestQuery assigned unsafely at line 508.
Sample message
Processing form data without nonce verification.
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
Replacement variables found, but no valid placeholders found in the query.
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: {$childFK['child_table']}
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accessToken".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Operation: {$op['type']} on {$op['manager']->getTableName()}\n"'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_COOKIE['mailerpress_lock_data'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['mailerpress_lock_data']
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Attempting a database schema change is discouraged.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Reset %d stuck chunks and scheduled %d chunks for processing'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%%\"customer_email\"%%'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot create table {$this->tableName}: no columns defined"'.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of constant PLUGINDIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
3 score snapshots
v2.0.7
24
Latest
v2.0.6
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 4,739 | 805 | 3,934 | v2.0.7 | 2.0.0 |
| 24 | 4,736 | 805 | 3,931 | v2.0.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.