Instantly filter any WordPress content & WooCommerce products by attributes, taxonomies, custom fields + AJAX, Elementor, automatic filter creation.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
761
10 issue groups
Security
597
11 issue groups
I18n
137
3 issue groups
Performance
12
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_meta".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<tr{$class}>"'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wpc_after_sections_settings_fields_' . $section['id']".
Sample message
Missing $domain parameter in function call to __().
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: $_COOKIE[$cookieName]
Sample message
$_COOKIE[$cookieName] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $query
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
Unescaped parameter $key used in $wpdb->get_results()\n$key assigned unsafely at line 183.
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "fltr_get_url_from_absolute_path".
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.6.0.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$s", but got "%d, %s" in 'Use «%d» as the id for the widget with the title «%s»'.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $fieldExpr at AND TIME(CONVERT_TZ(FROM_UNIXTIME($fieldExpr), 'UTC', %s)) >= %s\n
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ChipsBeaverWidget".
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
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Potential connections found in static code analysis.
Outbound calls
208
External assets
1
Incoming endpoints
9
No external asset domains detected.
No public endpoints detected.
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v1.9.4
21
Latest
v1.9.3
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 1,577 | 644 | 933 | v1.9.4 | 2.0.0 |
| 21 | 1,579 | 644 | 935 | v1.9.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.