Official plugin. Allows you to add EmailOctopus subscriber forms to your WordPress site.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$api_key_valid". | 16:1 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$api_disconnect_url". | 19:1 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$api_disconnect_status". | 41:1 | Plugin Repo |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'. | 46:18 | Security |
| ERROR | WordPress.WP.I18n.NonSingularStringLiteralText | The $text parameter must be a single text string literal. Found: sprintf(\n 'Could not disconnect from the API. <a href="%s">Try again</a>.',\n esc_url( $api_disconnect_url )\n ) | 47:17 | General |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $query used in $wpdb->get_results($query)\n$query assigned unsafely at line 373:\n $query = $wpdb->prepare(\n "SELECT * FROM {$meta_table_name} WHERE form_id = %d",\n $form_id\n )\n$meta_table_name assigned unsafely at line 372:\n $meta_table_name = $wpdb->prefix . 'emailoctopus_forms_meta' | 377:31 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $query | 377:43 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'. | 94:39 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$utils". | 14:1 | Plugin Repo |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $query used in $wpdb->get_results($query)\n$query assigned unsafely at line 429:\n $query = $wpdb->prepare(\n "SELECT * FROM {$form_table_name} WHERE form_id = %d",\n $form_id\n )\n$form_table_name assigned unsafely at line 428:\n $form_table_name = $wpdb->prefix . 'emailoctopus_forms' | 433:31 | Security |
| 14.11.2025, 14:56:01 | 13s | 72 | 72 | 49 |