Newsletter plugin for WordPress to capture subscribers and send beautiful, bulk newsletter emails.
Prioritized issue groups from the latest Plugin Check scan
Security
2,018
9 issue groups
I18n
1,570
5 issue groups
Maintainability
1,527
11 issue groups
Sample message
Mismatched text domain. Expected 'newsletters-lite' but got "wp-mailinglist".
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_COOKIE[$this -> pre . 'autoresponderemailsfilter_autoresponder_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$autorespondlist".
Sample message
Use placeholders and $wpdb->prepare(); found $Html
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$field -> slug]. Check that the array index exists before using it.
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
Unescaped parameter $Theme->table used in $wpdb->query()\n$Theme->table used without escaping.
Sample message
Function "get_preview_post_link()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.8.0.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$data is not a valid file"'.
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
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this -> pre . 'autoresponderemailsfilter_autoresponder_id']
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DOING_AJAX".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "begin_fetch_post_thumbnail_html".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d, %3$s", but got "%d, %d, %s" in 'You are about to export <b>%d</b> subscribers from <b>%d</b> mailing lists with <b>%s</b> status.'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BounceHandler".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
The $text parameter must be a single text string literal. Found: $emailfield -> errormessage
Potential connections found in static code analysis.
Outbound calls
217
External assets
4
Incoming endpoints
79
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
57 more hidden
3 score snapshots
v4.17
22
Latest
v4.16
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 5,238 | 2,977 | 2,261 | v4.17 | 2.0.0 |
| 22 | 5,233 | 2,976 | 2,257 | v4.16 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.