WP Fusion Lite synchronizes your WordPress users with contact records in your CRM or marketing automation system.
Prioritized issue groups from the latest Plugin Check scan
Security
624
11 issue groups
Maintainability
171
11 issue groups
I18n
126
3 issue groups
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
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$leadsource_cookie_name]
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$csv'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Function "esc_xml()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.6.0.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $in_str at \t\t\t\tAND term_taxonomy_id IN ($in_str)\n
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 1019.
Sample message
Missing $domain parameter in function call to __().
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
Unescaped parameter $column used in $wpdb->get_col()\n$column assigned unsafely at line 312.
Sample message
The $text parameter must be a single text string literal. Found: '<ul><li><a href="' . static::$docs['hu'] . '" target="_blank">Hungarian</a></li><li><a href="' . static::$docs['en'] . '" target="_blank">English</a></li></ul>'
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of meta_value, possible slow query.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Potential connections found in static code analysis.
Outbound calls
253
External assets
1
Incoming endpoints
46
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
wp_ajax
wp_ajax
14 more hidden
3 score snapshots
v3.47.14
22
Latest
v3.47.13
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 959 | 276 | 683 | v3.47.14 | 2.0.0 |
| 22 | 958 | 275 | 683 | v3.47.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.