SMTP settings, mail function, send test, save submitted data ( phpmailer ). It is very easy to configure and fast.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$PBOne". | 301:1 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_mail_succeeded". | 189:19 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "pre_smtpmail_check_https". | 623:28 | Plugin Repo |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $query_string used in $wpdb->get_var($wpdb->prepare('SELECT count(*) FROM %i ', $table) . $query_string)\n$query_string assigned unsafely at line 382:\n $query_string .= sprintf(" AND ( `subject` LIKE '%s' OR `message` LIKE '%s' ) ", $search, $search)\n$search assigned unsafely at line 380:\n $search = $wild . $wpdb->esc_like($search) . $wild\n$search assigned unsafely at line 373:\n $search = smtpmail_get_var('s')\n$wild assigned unsafely at line 378:\n $wild = '%' | 398:37 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "pre_smtpmail_insert_data". | 346:27 | Plugin Repo |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $query_string used in $wpdb->get_results($wpdb->prepare('SELECT * FROM %i ', $table) . $query_string)\n$query_string assigned unsafely at line 382:\n $query_string .= sprintf(" AND ( `subject` LIKE '%s' OR `message` LIKE '%s' ) ", $search, $search)\n$search assigned unsafely at line 380:\n $search = $wild . $wpdb->esc_like($search) . $wild\n$search assigned unsafely at line 373:\n $search = smtpmail_get_var('s')\n$wild assigned unsafely at line 378:\n $wild = '%' | 419:31 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_mail_failed". | 193:19 | Plugin Repo |
| WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. | 122:28 | Security |
| WARNING | WordPress.Security.NonceVerification.Missing | Processing form data without nonce verification. | 308:28 | Security |
| WARNING | WordPress.DB.DirectDatabaseQuery.DirectQuery | Use of a direct database call is discouraged. | 398:30 | Security |
| 14.11.2025, 23:40:36 | 10s | 93 | 7 | 19 |