Send WooCommerce SMS notifications, COD OTP verification, Login with OTP, abandoned cart recovery, order updates to customers & admins.
Prioritized issue groups from the latest Plugin Check scan
Security
1,189
10 issue groups
Maintainability
1,162
12 issue groups
I18n
305
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Jet_forms".
Sample message
Processing form data without nonce verification.
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: "ab_cart_exit_intent_button_html".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SERVER['HTTP_REFERER']'.
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AffiliateManager".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $bookingId at "SELECT * FROM $tableName WHERE booking_id = $bookingId and source = '$source'"
Sample message
$_GET['cart'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['nonce']
Sample message
Use placeholders and $wpdb->prepare(); found $appointment_id
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
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
Mismatched text domain. Expected 'sms-alert' but got 'affiliates-manager'.
Sample message
Unescaped parameter $field_table_name used in $wpdb->get_results()\n$field_table_name assigned unsafely at line 178.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "SAintegrationLoadFiles".
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Function "apply_shortcodes()" requires WordPress 5.4.0, but your plugin minimum supported version is WordPress 4.6.0.
Sample message
Unescaped parameter $cart_session_id used in $wpdb->get_var()\n$cart_session_id assigned unsafely at line 2365.
Sample message
The $text parameter must be a single text string literal. Found: $btn_text
Potential connections found in static code analysis.
Outbound calls
298
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
admin_post
wp_ajax
2 score snapshots
v3.9.6
24
Latest
v3.9.5
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,734 | 831 | 1,903 | v3.9.6 | 2.0.0 |
| 24 | 2,733 | 832 | 1,901 | v3.9.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.