Ultimate WooCommerce Filters

Filter WooCommerce products by color, size, attribute, categories and tags. Customize your filtering and set a schedule for ordering.

v3.3.8RustauriusUpdated Added 600 installs74% rating
32
Score
322
Errors
207
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability39

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

529 findings

Security

356

9 issue groups

Maintainability

140

13 issue groups

I18n

30

3 issue groups

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.105
Category
Security
Occurrences
105
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$content'.104
Category
Security
Occurrences
104
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$content'.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.58
Category
Security
Occurrences
58
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilitywp function not compatible with requires wpFunction "get_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.48
Category
Maintainability
Occurrences
48
Severity
error

Sample message

Function "get_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.

WARNINGSecurityRequest data is not unslashed$_GET[$attribute_taxonomy->attribute_name] not unslashed before sanitization. Use wp_unslash() or similar35
Category
Security
Occurrences
35
Severity
warning

Sample message

$_GET[$attribute_taxonomy->attribute_name] not unslashed before sanitization. Use wp_unslash() or similar

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;30
Category
Maintainability
Occurrences
30
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.27
Category
Security
Occurrences
27
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.17
Category
Maintainability
Occurrences
17
Severity
warning

Sample message

Use of a direct database call is discouraged.

ERRORI18nMissing Translators CommentA 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.17
Category
I18n
Occurrences
17
Severity
error

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.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().15
Category
Maintainability
Occurrences
15
Severity
warning

Sample message

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

Show 15 more
WARNINGSecurityInput is not validated11
Category
Security
Occurrences
11
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_POST['ask_review_time']. Check that the array index exists before using it.

WARNINGMaintainabilityNot In Footer9
Category
Maintainability
Occurrences
9
Severity
warning

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.

ERRORI18nText Domain Mismatch9
Category
I18n
Occurrences
9
Severity
error

Sample message

Mismatched text domain. Expected 'color-filters' but got 'color-filter'.

WARNINGSecurityDatabase parameter is not escaped6
Category
Security
Occurrences
6
Severity
warning

Sample message

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

WARNINGSecurityInterpolated SQL is not prepared6
Category
Security
Occurrences
6
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $wc_attribute_table_name at "SELECT * FROM $wc_attribute_table_name WHERE attribute_name=%s;"

WARNINGMaintainabilityerror log debug backtrace6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

debug_backtrace() found. Debug code should not normally be used in production.

WARNINGMaintainabilityMissing Version5
Category
Maintainability
Occurrences
5
Severity
warning

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.

WARNINGSecurityInput is not sanitized4
Category
Security
Occurrences
4
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_POST['ids']

ERRORI18nMissing Arg Domain4
Category
I18n
Occurrences
4
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query meta query2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

ERRORMaintainabilityrand rand2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

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

WARNINGMaintainabilityDeprecated parameter: get_terms parameter 22
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

The parameter "$this->args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

WARNINGMaintainabilitytrademarked term2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

The plugin name includes a restricted term. Your chosen plugin name - "Ultimate WooCommerce Filters" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.

WARNINGMaintainabilityNo PHP code found1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

WARNINGMaintainabilityerror log print r1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

print_r() found. Debug code should not normally be used in production.

External Connections

Potential connections found in static code analysis.

20 domains

Outbound calls

80

External assets

1

Incoming endpoints

9

Notable Domains

etoilewebdesign.com24 · outbound
amsul.github.io5 · outbound
amsul.ca3 · outbound
jqueryui.com2 · outbound
ansciath.tumblr.com1 · outbound
bgrins.github.io1 · outbound

Platform / Reference Domains

github.com11 · platform/reference
wordpress.org8 · platform/reference
codex.wordpress.org7 · platform/reference
w3.org6 · platform/reference

External Asset Domains

youtube.com4 · asset + outbound

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints9
wp_ajax_ewd_uwcf_hide_helper_noticeauthenticated

wp_ajax

wp_ajax_ewd_uwcf_hide_review_askauthenticated

wp_ajax

wp_ajax_ewd_uwcf_send_feature_suggestionauthenticated

wp_ajax

wp_ajax_ewd_uwcf_send_feedbackauthenticated

wp_ajax

wp_ajax_ewd_uwcf_update_color_orderauthenticated

wp_ajax

wp_ajax_ewd_uwcf_update_size_orderauthenticated

wp_ajax

wp_ajax_ewd_uwcf_welcome_add_colorauthenticated

wp_ajax

wp_ajax_ewd_uwcf_welcome_add_sizeauthenticated

wp_ajax

wp_ajax_ewd_uwcf_welcome_set_optionsauthenticated

wp_ajax

Score History

First score snapshot

v3.3.8

32

Latest

Findings
529
Errors
322
Warnings
207
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins