E-commerce Automation Engine: Product sync, Track & Engage, and abandoned cart recovery via Email and SMS for WooCommerce stores.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
1,693
11 issue groups
I18n
1,018
3 issue groups
Maintainability
474
11 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'smart-marketing-for-wp' but got 'egoi-fo-wp'.987
- Category
- I18n
- Occurrences
- 987
- Severity
- error
Sample message
Mismatched text domain. Expected 'smart-marketing-for-wp' but got 'egoi-fo-wp'.
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.672
- Category
- Security
- Occurrences
- 672
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"border-radius: {$config['border_radius']}px;"'.348
- Category
- Security
- Occurrences
- 348
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"border-radius: {$config['border_radius']}px;"'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$FORM_OPTION".229
- Category
- Maintainability
- Occurrences
- 229
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$FORM_OPTION".
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.216
- Category
- Security
- Occurrences
- 216
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityRequest data is not unslashed$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar132
- Category
- Security
- Occurrences
- 132
- Severity
- warning
Sample message
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_COOKIE[$key]. Check that the array index exists before using it.124
- Category
- Security
- Occurrences
- 124
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[$key]. Check that the array index exists before using it.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.88
- Category
- Security
- Occurrences
- 88
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.52
- Category
- Maintainability
- Occurrences
- 52
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().47
- Category
- Maintainability
- Occurrences
- 47
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Show 15 moreShow less
ERRORSecuritySQL query is not prepared39
- Category
- Security
- Occurrences
- 39
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $id
WARNINGSecurityInput is not sanitized37
- Category
- Security
- Occurrences
- 37
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['del']
ERRORMaintainabilityMissing direct file access protection34
- Category
- Maintainability
- Occurrences
- 34
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon-prefixed function29
- Category
- Maintainability
- Occurrences
- 29
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_getContent".
ERRORMaintainabilitycurl curl setopt24
- Category
- Maintainability
- Occurrences
- 24
- Severity
- error
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
ERRORSecurityDatabase parameter is not escaped22
- Category
- Security
- Occurrences
- 22
- Severity
- error
Sample message
Unescaped parameter $num used in $wpdb->get_results()\n$num used without escaping.
WARNINGMaintainabilityNot In Footer16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- warning
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
ERRORI18nMissing Arg Domain16
- Category
- I18n
- Occurrences
- 16
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORMaintainabilitydate date15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORI18nMissing Translators Comment15
- Category
- I18n
- Occurrences
- 15
- 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.
WARNINGMaintainabilityNon-prefixed hook name12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
WARNINGMaintainabilityMissing Version10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
WARNINGSecurityDatabase parameter is not escaped8
- Category
- Security
- Occurrences
- 8
- Severity
- warning
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 11.
ERRORSecuritySetting is missing a sanitization callback7
- Category
- Security
- Occurrences
- 7
- Severity
- error
Sample message
Sanitization missing for register_setting().
WARNINGMaintainabilityNon-prefixed class6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CampaignWidget".
External Connections
Not analyzed yet.
Score History
First score snapshot
v5.1.17
23
Latest
- Findings
- 3,243
- Errors
- 2,221
- Warnings
- 1,022
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 3,243 | 2,221 | 1,022 | v5.1.17 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.