Resolve email delivery issues, increase inbox placement, track sent email, get 24/7 support, and real-time reporting.
Prioritized issue groups from the latest Plugin Check scan
Security
139
10 issue groups
Maintainability
89
11 issue groups
I18n
60
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['label']'.
Sample message
The $domain parameter must be a single text string literal. Found: $this->plugin_name
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$bar_width".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Sanitization missing for register_setting().
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
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: $_GET['_wpnonce']
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 101.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT * FROM $table ORDER BY created_at DESC LIMIT 20"
Sample message
The $text text string should have translatable content. Found: '%s '
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_SMTP2GO_wordpress_plugin".
Sample message
Processing form data without nonce verification.
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Not analyzed yet.
First score snapshot
v1.17.0
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 297 | 186 | 111 | v1.17.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.