Add subscription forms on the website and send newsletters & automatically send post notification about new blog posts once it gets published.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,507
13 issue groups
I18n
309
5 issue groups
Security
240
7 issue groups
WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ig_es_can_use_batch_api_' . $this->mailer->slug".356
- Category
- Maintainability
- Occurrences
- 356
- Severity
- warning
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".
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$post_key".311
- Category
- Maintainability
- Occurrences
- 311
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$post_key".
WARNINGMaintainabilityNon Prefixed Class FoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "CronExpression".223
- Category
- Maintainability
- Occurrences
- 223
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CronExpression".
ERRORI18nText Domain MismatchMismatched text domain. Expected 'email-subscribers' but got 'action-scheduler'.191
- Category
- I18n
- Occurrences
- 191
- Severity
- error
Sample message
Mismatched text domain. Expected 'email-subscribers' but got 'action-scheduler'.
WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ES".143
- Category
- Maintainability
- Occurrences
- 143
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ES".
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.98
- Category
- Maintainability
- Occurrences
- 98
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNon Prefixed Constant FoundGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EMAIL_LIST_TABLE".97
- Category
- Maintainability
- Occurrences
- 97
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EMAIL_LIST_TABLE".
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().93
- Category
- Maintainability
- Occurrences
- 93
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORSecurityException Not EscapedAll 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"'.81
- Category
- Security
- Occurrences
- 81
- Severity
- error
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"'.
ERRORMaintainabilitywp function not compatible with requires wpFunction "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.9.0.59
- Category
- Maintainability
- Occurrences
- 59
- Severity
- error
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.9.0.
Show 15 moreShow less
ERRORMaintainabilitymissing direct file access protection55
- Category
- Maintainability
- Occurrences
- 55
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORSecurityNot Prepared42
- Category
- Security
- Occurrences
- 42
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $count_query
ERRORI18nNon Singular String Literal Text40
- Category
- I18n
- Occurrences
- 40
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $default_label
WARNINGSecurityInterpolated Not Prepared36
- Category
- Security
- Occurrences
- 36
- Severity
- warning
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')"
ERRORI18nMissing Arg Domain31
- Category
- I18n
- Occurrences
- 31
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORSecurityOutput Not Escaped28
- Category
- Security
- Occurrences
- 28
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$field['type']'.
WARNINGMaintainabilityDynamic Hookname Found25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter".
ERRORI18nMissing Translators Comment24
- Category
- I18n
- Occurrences
- 24
- Severity
- error
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.
ERRORI18nNon Singular String Literal Domain23
- Category
- I18n
- Occurrences
- 23
- Severity
- error
Sample message
The $domain parameter must be a single text string literal. Found: $this->plugin
ERRORMaintainabilitystrip tags strip tags21
- Category
- Maintainability
- Occurrences
- 21
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
WARNINGSecurityMissing Unslash20
- Category
- Security
- Occurrences
- 20
- Severity
- warning
Sample message
$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityUnescaped DBParameter18
- Category
- Security
- Occurrences
- 18
- Severity
- warning
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
ERRORSecurityUnescaped DBParameter15
- Category
- Security
- Occurrences
- 15
- Severity
- error
Sample message
Unescaped parameter $count_query used in $wpdb->get_var()\n$count_query assigned unsafely at line 512.
WARNINGMaintainabilityDiscouraged13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- warning
Sample message
The use of function ini_set() is discouraged
ERRORMaintainabilitybadly named files13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- error
Sample message
File and folder names must not contain spaces or special characters.
Score History
First score snapshot
v5.9.27
24
Latest
- Findings
- 2,147
- Errors
- 652
- Warnings
- 1,495
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,147 | 652 | 1,495 | v5.9.27 | 2.0.0 |