Get leads with a floating contact form tab, chat & social buttons like Facebook Messenger, WhatsApp, Viber, Telegram, Twitter, Instagram & more 🎉
Prioritized issue groups from the latest Plugin Check scan
Maintainability
642
13 issue groups
Security
406
11 issue groups
I18n
5
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ID".
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 '"Error Couldn't open $file for writing!"'.
Sample message
$_GET['mse_action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['page']
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "mse_inline_pro_button".
Sample message
Use of a direct database call is discouraged.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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
Detected usage of a possibly undefined superglobal array index: $_POST['contact-field']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $delete_sql
Sample message
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $contact_lists_table at "show tables like '$contact_lists_table'"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "check_for_mse_redirect".
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
Unescaped parameter $contact_lists_table used in $wpdb->get_results()\n$contact_lists_table assigned unsafely at line 13.
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
File and folder names must not contain spaces or special characters.
Sample message
Unescaped parameter $delete_sql used in $wpdb->query()\n$delete_sql assigned unsafely at line 1035.
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
File has mixed line endings; this may cause incorrect results
Potential connections found in static code analysis.
Outbound calls
193
External assets
10
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
3 more hidden
2 score snapshots
v2.3.9
25
Latest
v2.3.8
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,090 | 330 | 760 | v2.3.9 | 2.0.0 |
| 25 | 949 | 352 | 597 | v2.3.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.