An email marketing tool for your blog: subscription forms to create your lists with unlimited subscribers and newsletters.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,916
13 issue groups
Security
1,122
11 issue groups
I18n
23
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$align_left'.
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 !=
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['id']. Check that the array index exists before using it.
Sample message
$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_tnp_get_default_media".
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $list->id used in $wpdb->get_row()
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Settings".
Sample message
Missing $domain parameter in function call to __().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_author".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $field at "update $table set $field=$field+1 where id=%d"
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Unescaped parameter $table used in $wpdb->get_results()
Sample message
Attempting a database schema change is discouraged.
Sample message
Short PHP opening tag used with echo; expected "<?php echo esc_html ..." but found "<?= esc_html ..."
Potential connections found in static code analysis.
Outbound calls
273
External assets
8
Incoming endpoints
19
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
6 score snapshots
v9.3.3
24
Latest
v9.3.2
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 3,129 | 899 | 2,230 | v9.3.3 | 2.0.0 |
| 24 | 3,119 | 899 | 2,220 | v9.3.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.