E-commerce Automation Engine: Product sync, Track & Engage, and abandoned cart recovery via Email and SMS for WooCommerce stores.
Prioritized issue groups from the latest Plugin Check scan
Security
1,691
11 issue groups
I18n
1,024
3 issue groups
Maintainability
474
11 issue groups
Sample message
Mismatched text domain. Expected 'smart-marketing-for-wp' but got 'egoi-fo-wp'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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;"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$FORM_OPTION".
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[$key]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
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
Use placeholders and $wpdb->prepare(); found $id
Sample message
Detected usage of a non-sanitized input variable: $_GET['del']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_getContent".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $num used in $wpdb->get_results()\n$num used without escaping.
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.
Sample message
Missing $domain parameter in function call to __().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
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.
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 11.
Sample message
Sanitization missing for register_setting().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CampaignWidget".
Potential connections found in static code analysis.
Outbound calls
265
External assets
8
Incoming endpoints
27
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
13 more hidden
4 score snapshots
v5.1.22
23
Latest
v5.1.21
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 3,247 | 2,232 | 1,015 | v5.1.22 | 2.0.0 |
| 23 | 3,251 | 2,232 | 1,019 | v5.1.21 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.