Log, view, and resend all emails sent from your WordPress site. Great for resolving email sending issues or keeping a copy for auditing.
Prioritized issue groups from the latest Plugin Check scan
Security
216
13 issue groups
Maintainability
86
9 issue groups
I18n
18
3 issue groups
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" data-wp-lists='list:$singular'"'.
Sample message
$_GET['order'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['order']
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bulk_actions-{$this->screen->id}".
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 $tableName at CREATE TABLE IF NOT EXISTS `$tableName` (\n
Sample message
Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %1$s.
Sample message
Unescaped parameter $tableName used in $wpdb->get_results()\n$tableName assigned unsafely at line 118.
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST[$this->_args['singular']]. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Service '{$key}' is not registered"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$loader".
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
File and folder names must not contain spaces or special characters.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Mail Logging" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 403.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_MAIL_LOGGING_PLUGIN_DIR".
Sample message
Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
Not analyzed yet.
First score snapshot
v1.16.0
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 334 | 76 | 258 | v1.16.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.