Check & Log email allows you to test if your website is correctly sending emails . Overriding of email headers and carbon copying to another address.
Category Scores
Top Issues by Category
maintainability13
Issues Details
14 issues found in latest scan
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CHECK_EMAIL_E_FILTER_PRIORITY".
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Check_Email_Newsletter".
Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 34.
The "/vendor" directory using composer exists, but "composer.json" file is missing.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CHECK_EMAIL_E_FILTER_PRIORITY". | 7 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0. | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Check_Email_Newsletter". | 2 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 34. | 1 |
| missing_composer_json_file | WARNING | The "/vendor" directory using composer exists, but "composer.json" file is missing. | 1 |
Latest Snapshot
Findings
14
Errors
3
Warnings
11
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.0.14 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.0.14
95
Latest
- Findings
- 14
- Errors
- 3
- Warnings
- 11
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 95 | 14 | 3 | 11 | v2.0.14 | 2.0.0 | 2026.06-mvp-static-v2 |