Official plugin. Allows you to add EmailOctopus subscriber forms to your WordPress site.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
51
12 issue groups
Security
38
8 issue groups
I18n
14
4 issue groups
Repo Compliance
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$api_disconnect_status".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cache[$widget_id]'.
Sample message
Use of a direct database call is discouraged.
Sample message
The $text parameter must be a single text string literal. Found: $api_refresh_status === '1' ? 'Refreshing…' : 'Loading…'
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 $table at "DROP TABLE IF EXISTS $table"
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 446.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
Detected usage of meta_query, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['refresh_api']
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
Attempting a database schema change is discouraged.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
$_GET['refresh_api'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
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
Plugin name "Email Marketing by EmailOctopus" is different from the name declared in plugin header "EmailOctopus".
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v3.1.10
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 105 | 43 | 62 | v3.1.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.