eCommerce Product Catalog is a powerful and free plugin to sell with a beautiful eCommerce or request for a quote WordPress website.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,781
14 issue groups
Security
807
7 issue groups
I18n
125
4 issue groups
WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "IC_EPC_install".1,323
- Category
- Maintainability
- Occurrences
- 1,323
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "IC_EPC_install".
WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ic_catalog_' . $name".784
- Category
- Maintainability
- Occurrences
- 784
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ic_catalog_' . $name".
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action'.236
- Category
- Security
- Occurrences
- 236
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action'.
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".219
- Category
- Maintainability
- Occurrences
- 219
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".
WARNINGSecurityMissingProcessing form data without nonce verification.184
- Category
- Security
- Occurrences
- 184
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityMissing Unslash$_GET[$field_name] not unslashed before sanitization. Use wp_unslash() or similar122
- Category
- Security
- Occurrences
- 122
- Severity
- warning
Sample message
$_GET[$field_name] not unslashed before sanitization. Use wp_unslash() or similar
ERRORMaintainabilitywp function not compatible with requires wpFunction "current_action()" requires WordPress 3.9.0, but your plugin minimum supported version is WordPress 3.7.0.114
- Category
- Maintainability
- Occurrences
- 114
- Severity
- error
Sample message
Function "current_action()" requires WordPress 3.9.0, but your plugin minimum supported version is WordPress 3.7.0.
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_FILES[$field_name]101
- Category
- Security
- Occurrences
- 101
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$field_name]
WARNINGMaintainabilityNon Prefixed Class FoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor_IC_Show_Catalog_Widget".93
- Category
- Maintainability
- Occurrences
- 93
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor_IC_Show_Catalog_Widget".
WARNINGSecurityRecommendedProcessing form data without nonce verification.79
- Category
- Security
- Occurrences
- 79
- Severity
- warning
Sample message
Processing form data without nonce verification.
Show 15 moreShow less
ERRORSecurityUnsafe Printing Function65
- Category
- Security
- Occurrences
- 65
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORI18nMissing Translators Comment44
- Category
- I18n
- Occurrences
- 44
- 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.
WARNINGMaintainabilityMixed42
- Category
- Maintainability
- Occurrences
- 42
- Severity
- warning
Sample message
File has mixed line endings; this may cause incorrect results
WARNINGMaintainabilityDirect Query39
- Category
- Maintainability
- Occurrences
- 39
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
ERRORI18nMissing Arg Domain38
- Category
- I18n
- Occurrences
- 38
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGMaintainabilityNo Caching36
- Category
- Maintainability
- Occurrences
- 36
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGMaintainabilityNon Prefixed Constant Found36
- Category
- Maintainability
- Occurrences
- 36
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AL_BASE_PATH".
WARNINGMaintainabilityMissing Version35
- Category
- Maintainability
- Occurrences
- 35
- 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.
ERRORI18nText Domain Mismatch34
- Category
- I18n
- Occurrences
- 34
- Severity
- error
Sample message
Mismatched text domain. Expected 'ecommerce-product-catalog' but got 'al-implecode-invoice-system'.
WARNINGSecurityInput Not Validated20
- Category
- Security
- Occurrences
- 20
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$field_name]['size']. Check that the array index exists before using it.
WARNINGMaintainabilityNot In Footer18
- Category
- Maintainability
- Occurrences
- 18
- 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.
ERRORMaintainabilityblock api version too low17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- error
Sample message
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
ERRORMaintainabilitymissing direct file access protection16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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.
ERRORI18nNon Singular String Literal Text9
- Category
- I18n
- Occurrences
- 9
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $country_data['name']
Score History
First score snapshot
v3.5.7
24
Latest
- Findings
- 3,798
- Errors
- 621
- Warnings
- 3,177
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 3,798 | 621 | 3,177 | v3.5.7 | 2.0.0 |