Add subscription forms on the website and send newsletters & automatically send post notification about new blog posts once it gets published.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,510
13 issue groups
I18n
309
5 issue groups
Security
238
7 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ig_es_can_use_batch_api_' . $this->mailer->slug".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$post_key".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CronExpression".
Sample message
Mismatched text domain. Expected 'email-subscribers' but got 'action-scheduler'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ES".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EMAIL_LIST_TABLE".
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.9.0.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $count_query
Sample message
The $text parameter must be a single text string literal. Found: $default_label
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $list_ids_placeholders at "SELECT id, name FROM {$wpdb->prefix}ig_lists WHERE id IN ($list_ids_placeholders) AND (deleted_at IS NULL OR deleted_at = '0000-00-00 00:00:00')"
Sample message
Missing $domain parameter in function call to __().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$field['type']'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter".
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
The $domain parameter must be a single text string literal. Found: $this->plugin
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
Sample message
Unescaped parameter $count_query used in $wpdb->get_var()\n$count_query assigned unsafely at line 512.
Sample message
The use of function ini_set() is discouraged
Sample message
File and folder names must not contain spaces or special characters.
Potential connections found in static code analysis.
Outbound calls
273
External assets
12
Incoming endpoints
15
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
6 score snapshots
v5.9.32
23
Latest
v5.9.31
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 2,149 | 653 | 1,496 | v5.9.32 | 2.0.0 |
| 23 | 2,148 | 652 | 1,496 | v5.9.31 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.