Chat with your website visitors in real-time for free! Engage with your customers and increase sales.
Prioritized issue groups from the latest Plugin Check scan
Security
22
7 issue groups
Maintainability
14
10 issue groups
I18n
4
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$extra_params'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_wplc_plugin".
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
Detected usage of a non-sanitized input variable: $_REQUEST['plugin']
Sample message
$_REQUEST['plugin'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "validate_options".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Tested up to: 7.0.0 The version number should only include major versions 7.0.
Sample message
Plugin name "3CX Free Live Chat, Calls & Messaging" is different from the name declared in plugin header "3CX Live Chat".
Sample message
The plugin slug includes a restricted term. Your plugin slug - "wp-live-chat-support" - contains the restricted term "wp" which cannot be used at all in your plugin slug.
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.3.0.
Potential connections found in static code analysis.
Outbound calls
17
External assets
0
Incoming endpoints
2
No external asset domains detected.
register_rest_route
wp_ajax
2 score snapshots
v10.0.18
47
Latest
v10.0.17
46
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 47 | 40 | 24 | 16 | v10.0.18 | 2.0.0 |
| 46 | 40 | 24 | 16 | v10.0.17 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.