WooCommerce auto-updated XML feeds for Facebook Product Catalogs (Dynamic Product Ads, Facebook Shops, Instagram), Google Merchant, and Pinterest Cata …
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
504
10 issue groups
Maintainability
223
11 issue groups
I18n
158
4 issue groups
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" data-wp-lists='list:$singular'"'.276
- Category
- Security
- Occurrences
- 276
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" data-wp-lists='list:$singular'"'.
ERRORI18nText Domain MismatchMismatched text domain. Expected 'product-catalog-feed' but got 'feedpro'.95
- Category
- I18n
- Occurrences
- 95
- Severity
- error
Sample message
Mismatched text domain. Expected 'product-catalog-feed' but got 'feedpro'.
WARNINGSecurityRecommendedProcessing form data without nonce verification.59
- Category
- Security
- Occurrences
- 59
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_size".56
- Category
- Maintainability
- Occurrences
- 56
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_size".
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().50
- Category
- I18n
- Occurrences
- 50
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGSecurityMissing Unslash$_GET['orderby'] not unslashed before sanitization. Use wp_unslash() or similar47
- Category
- Security
- Occurrences
- 47
- Severity
- warning
Sample message
$_GET['orderby'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_GET['orderby']46
- Category
- Security
- Occurrences
- 46
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['orderby']
ERRORMaintainabilitywp function not compatible with requires wpFunction "get_dashboard_url()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- error
Sample message
Function "get_dashboard_url()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.23
- Category
- Maintainability
- Occurrences
- 23
- 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().23
- Category
- Maintainability
- Occurrences
- 23
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Show 15 moreShow less
WARNINGMaintainabilityerror log print r22
- Category
- Maintainability
- Occurrences
- 22
- Severity
- warning
Sample message
print_r() found. Debug code should not normally be used in production.
ERRORMaintainabilityEcho Found19
- Category
- Maintainability
- Occurrences
- 19
- Severity
- error
Sample message
Short PHP opening tag used with echo; expected "<?php echo $feed_type ..." but found "<?= $feed_type ..."
ERRORSecurityNot Prepared19
- Category
- Security
- Occurrences
- 19
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $feedname
WARNINGSecurityInput Not Validated18
- Category
- Security
- Occurrences
- 18
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['feed']. Check that the array index exists before using it.
ERRORMaintainabilitymissing direct file access protection17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon Prefixed Hookname Found16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bulk_actions-{$this->screen->id}".
WARNINGSecurityMissing15
- Category
- Security
- Occurrences
- 15
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecurityUnescaped DBParameter11
- Category
- Security
- Occurrences
- 11
- Severity
- error
Sample message
Unescaped parameter $extra_checks used in $wpdb->get_results()\n$extra_checks assigned unsafely at line 556.
ERRORMaintainabilityunlink unlink10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
WARNINGMaintainabilityNon Prefixed Function Found7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "LazyTaxonomyReader".
ERRORSecurityUnsafe Printing Function7
- Category
- Security
- Occurrences
- 7
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORI18nNon Singular String Literal Text7
- Category
- I18n
- Occurrences
- 7
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $field_params['name']
WARNINGSecuritywp redirect wp redirect6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
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.
ERRORI18nMissing Translators Comment6
- Category
- I18n
- Occurrences
- 6
- Severity
- error
Sample message
A function call to _n() 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.
ERRORMaintainabilitydate date5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Score History
First score snapshot
v2.2.0
22
Latest
- Findings
- 938
- Errors
- 581
- Warnings
- 357
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 938 | 581 | 357 | v2.2.0 | 2.0.0 |
Related Plugins
500k+ active installs