WhatsApp chat, Facebook Messenger, Telegram, TikTok, Instagram, Email, Line, WeChat Phone call, SMS, 20+ live chat icons & WhatsApp chat pop up 💬
Prioritized issue groups from the latest Plugin Check scan
Maintainability
651
13 issue groups
Security
114
11 issue groups
I18n
4
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_links".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"&action=delete_message&paged={$current}&search="'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Function "is_php_version_compatible()" requires WordPress 5.2.0, but your plugin minimum supported version is WordPress 4.7.0.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CHT_ADMIN_INC".
Sample message
$_POST['token'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "add_defer_to_chaty".
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
Detected usage of a possibly undefined superglobal array index: $_POST['widget_index']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $contactListsTable
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_chaty_timezone_sort".
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.
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$option]
Sample message
Unescaped parameter $contactListsTable used in $wpdb->get_results()\n$contactListsTable assigned unsafely at line 1287.
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "CHT\admin".
Sample message
A function call to esc_html__() 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
Unescaped parameter $chaty_table used in $wpdb->get_var()\n$chaty_table assigned unsafely at line 210.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$chaty_table} at "ALTER TABLE {$chaty_table} ADD phone_number VARCHAR(100) NULL DEFAULT NULL AFTER email"
Sample message
Short URL detected (goo.gl). Use full URLs instead of URL shorteners.
Sample message
Attempting a database schema change is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Potential connections found in static code analysis.
Outbound calls
277
External assets
7
Incoming endpoints
16
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
2 more hidden
3 score snapshots
v3.5.9
26
Latest
v3.5.8
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 784 | 113 | 671 | v3.5.9 | 2.0.0 |
| 26 | 784 | 113 | 671 | v3.5.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.