Boost your sales with a free WooCommerce Wishlist feature. Let your customers save and share their favorite products!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
489
10 issue groups
Security
434
11 issue groups
I18n
62
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_data'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_post_tmp".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_print_footer_scripts".
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
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
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $data at "INSERT INTO `$this->table` ($fields) VALUES $data ON DUPLICATE KEY UPDATE $duplicates"
Sample message
Use placeholders and $wpdb->prepare(); found $_name
Sample message
Unescaped parameter $fields used in $wpdb->query()\n$fields assigned unsafely at line 370.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activation_tinv_wishlist".
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
File and folder names must not contain spaces or special characters.
Sample message
$_GET['tinvwl_redirect'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES['settings-file']
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Get %s on %s!'.
Sample message
Unescaped parameter $_name used in $wpdb->get_var()\n$_name assigned unsafely at line 517.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
The $text parameter must be a single text string literal. Found: $button['title']
Potential connections found in static code analysis.
Outbound calls
156
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
2 score snapshots
v2.12.0
24
Latest
v2.11.1
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,013 | 467 | 546 | v2.12.0 | 2.0.0 |
| 23 | 987 | 468 | 519 | v2.11.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.