Sender is an all-in-one email & SMS marketing platform designed keeping the challenges of ecommerce and small businesses in mind.
Prioritized issue groups from the latest Plugin Check scan
Security
237
12 issue groups
Maintainability
137
12 issue groups
I18n
5
1 issue group
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$availableSettings".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='sender-form-field' data-sender-form-id='$code'></div>"'.
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
$_COOKIE['sender_recovered_cart'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $chunkSize at LIMIT $chunkSize\n
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['sender_recovered_cart']
Sample message
Unescaped parameter $cartsSql used in $wpdb->query()\n$cartsSql assigned unsafely at line 23.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $groupId ..." but found "<?= $groupId ..."
Sample message
Unescaped parameter $sender_carts used in $wpdb->get_results()\n$sender_carts assigned unsafely at line 21.
Sample message
Use placeholders and $wpdb->prepare(); found $cartsSql
Sample message
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['billing_first_name']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_notices".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Potential connections found in static code analysis.
Outbound calls
14
External assets
5
Incoming endpoints
7
wp_ajax
wp_ajax
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
5 score snapshots
v2.10.23
29
Latest
v2.10.22
29
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 393 | 148 | 245 | v2.10.23 | 2.0.0 |
| 29 | 394 | 148 | 246 | v2.10.22 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.