A Newsletter Plugin for WordPress to create, send, manage and track your Newsletters in one place.
Prioritized issue groups from the latest Plugin Check scan
Security
2,517
13 issue groups
Maintainability
928
10 issue groups
I18n
83
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '")</small>$t<br>"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use of a direct database call is discouraged.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
$_GET[$field] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "SELECT $column FROM $this->table_name WHERE $column_where = %s LIMIT 1;"
Sample message
Use placeholders and $wpdb->prepare(); found $clean_list_query
Sample message
Detected usage of a non-sanitized input variable: $_FILES['uploadfiles']
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['uploadfiles']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_tests_dir".
Sample message
Unescaped parameter $clean_list_query used in $wpdb->query()\n$clean_list_query assigned unsafely at line 939.
Sample message
Unescaped parameter $subscriber_events_table used in $wpdb->get_var()\n$subscriber_events_table assigned unsafely at line 188.
Sample message
The $domain parameter must be a single text string literal. Found: $this->plugin_name
Sample message
Missing $domain parameter in function call to __().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cron_request".
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
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"CURL error: $errno - $error"'.
Sample message
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
print_r() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v1.26.1.20
19
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 19 | 3,715 | 2,293 | 1,422 | v1.26.1.20 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.