Predictive Search for WooCommerce gives your customers an awesome search experience delivering stunning 'live' product search results.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
649
12 issue groups
Maintainability
410
10 issue groups
I18n
66
3 issue groups
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$GLOBALS[WOOPS_PREFIX.'admin_interface']'.273
- Category
- Security
- Occurrences
- 273
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$GLOBALS[WOOPS_PREFIX.'admin_interface']'.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.95
- Category
- Security
- Occurrences
- 95
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.82
- Category
- Maintainability
- Occurrences
- 82
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().80
- Category
- Maintainability
- Occurrences
- 80
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGMaintainabilityDynamic hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->form_key . '_settings_fields'".78
- Category
- Maintainability
- Occurrences
- 78
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->form_key . '_settings_fields'".
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $field_name71
- Category
- Security
- Occurrences
- 71
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $field_name
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$id_attribute".71
- Category
- Maintainability
- Occurrences
- 71
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$id_attribute".
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.39
- Category
- Security
- Occurrences
- 39
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.39
- Category
- Security
- Occurrences
- 39
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityRequest data is not unslashed$_GET['keyword'] not unslashed before sanitization. Use wp_unslash() or similar35
- Category
- Security
- Occurrences
- 35
- Severity
- warning
Sample message
$_GET['keyword'] not unslashed before sanitization. Use wp_unslash() or similar
Show 15 moreShow less
WARNINGMaintainabilityNon-prefixed function34
- Category
- Maintainability
- Occurrences
- 34
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "register_widget_woops_predictive_search".
WARNINGSecurityInput is not sanitized33
- Category
- Security
- Occurrences
- 33
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['tab']
WARNINGMaintainabilityNon-prefixed hook name32
- Category
- Maintainability
- Occurrences
- 32
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "a3_admin_ui_script_params".
ERRORI18nMissing Arg Domain30
- Category
- I18n
- Occurrences
- 30
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORSecurityDatabase parameter is not escaped25
- Category
- Security
- Occurrences
- 25
- Severity
- error
Sample message
Unescaped parameter $keyword used in $wpdb->get_results()\n$keyword assigned unsafely at line 47.
ERRORI18nMissing Translators Comment20
- Category
- I18n
- Occurrences
- 20
- 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.
ERRORI18nNon Singular String Literal Text16
- Category
- I18n
- Occurrences
- 16
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $data['name']
WARNINGSecurityInput is not validated14
- Category
- Security
- Occurrences
- 14
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$this->google_api_key_option]. Check that the array index exists before using it.
WARNINGSecurityInterpolated SQL is not prepared11
- Category
- Security
- Occurrences
- 11
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $page_content at "` WHERE `post_content` LIKE '%$page_content%' AND `post_type` = 'page' AND post_status = 'publish' ORDER BY ID ASC LIMIT 1"
WARNINGMaintainabilitySchema Change10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORMaintainabilitystrip tags strip tags9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
ERRORSecurityQuoted Dynamic Placeholder Generation8
- Category
- Security
- Occurrences
- 8
- Severity
- error
Sample message
Dynamic placeholder generation should not have surrounding quotes.
WARNINGMaintainabilityDiscouraged PHP function7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
The use of function ini_set() is discouraged
WARNINGMaintainabilityNon-prefixed class7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Compile_Less_Sass".
ERRORSecurityQuoted Simple Placeholder6
- Category
- Security
- Occurrences
- 6
- Severity
- error
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
External Connections
Potential connections found in static code analysis.
Outbound calls
102
External assets
0
Incoming endpoints
23
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
Admin AJAX endpoints11
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
Score History
First score snapshot
v6.2.0
23
Latest
- Findings
- 1,174
- Errors
- 530
- Warnings
- 644
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,174 | 530 | 644 | v6.2.0 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.