Filter Everything — WordPress & WooCommerce Filters

Instantly filter any WordPress content & WooCommerce products by attributes, taxonomies, custom fields + AJAX, Elementor, automatic filter creation.

v1.9.2.2stepasyukUpdated 2026-06-18Added Jun 22, 202150k+ installs92% rating86% support resolved
20
Score
568
Errors
730
Warnings
+0
Change

Category Scores

Security0
Repo75
Performance86
Maintainability0

Top Issues by Category

maintainability572
security527
i18n134
performance12

Issues Details

1,298 issues found in latest scan

ERROR306
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<tr{$class}>"'.

WARNING268
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$_meta&quot;.

WARNING204
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;wpc_after_sections_settings_fields_&#039; . $section[&#039;id&#039;]&quot;.

ERROR68
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING55
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR55
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING32
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[$cookieName]

WARNING30
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[$cookieName] not unslashed before sanitization. Use wp_unslash() or similar

ERROR29
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $query

WARNING27
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING27
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERROR17
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $key used in $wpdb->get_results()\n$key assigned unsafely at line 178.

ERROR16
WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder

Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.

WARNING16
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING14
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_SERVER[&#039;HTTP_HOST&#039;]. Check that the array index exists before using it.

WARNING12
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude

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.

ERROR11
WordPress.WP.I18n.UnorderedPlaceholdersText

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»'.

WARNING10
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;fltr_get_url_from_absolute_path&quot;.

ERROR10
wp_function_not_compatible_with_requires_wp

Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.6.0.

ERROR8
badly_named_files

File and folder names must not contain spaces or special characters.

WARNING6
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $fieldExpr at AND TIME(CONVERT_TZ(FROM_UNIXTIME($fieldExpr), &#039;UTC&#039;, %s)) &gt;= %s\n

WARNING6
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; 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.

ERROR6
WordPress.WP.AlternativeFunctions.parse_url_parse_url

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

ERROR6
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

WARNING6
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

Latest Snapshot

Findings

1,298

Errors

568

Warnings

730

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.9.2.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.9.2.2

20

Latest

Findings
1,298
Errors
568
Warnings
730
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins