Convert contact forms data into leads or contacts directly to one of your favourite CRM.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,154
11 issue groups
Security
581
10 issue groups
I18n
104
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Assigned_users_list".
Sample message
Use of a direct database call is discouraged.
Sample message
$_POST[$config_fields[$i]['name']] not unslashed before sanitization. Use wp_unslash() or similar
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[$config_fields[$i]['name']][$index]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
The $domain parameter must be a single text string literal. Found: SM_LB_SLUG
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $cal_value at "SELECT * FROM {$wpdb->prefix}cf_forms where form_id ='$cal_value'"
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AjaxActionsClassPRO".
Sample message
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
Sample message
Mismatched text domain. Expected 'wp-leads-builder-any-crm' but got "wp-leads-builder-any-crm-pro".
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $cal_value used in $wpdb->get_results()\n$cal_value assigned unsafely at line 462.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "caldera_forms_example".
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
Replacement variables found, but no valid placeholders found in the query.
Sample message
The $text text string should have translatable content. Found: ''
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" {$module['module']} "'.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: like '%%'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
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
Attempting a database schema change is discouraged.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "sm_lb_docs_url".
Potential connections found in static code analysis.
Outbound calls
159
External assets
4
Incoming endpoints
1
No public endpoints detected.
wp_ajax
First score snapshot
v3.2.1
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,909 | 211 | 1,698 | v3.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.