Advanced Catalog Mode, Product Pricing, Enquiry Forms & Promotions for WooCommerce
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
458
4 issue groups
Security
6
3 issue groups
I18n
1
1 issue group
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$option_args".430
- Category
- Maintainability
- Occurrences
- 430
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$option_args".
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "get-option-page-' . $option_name . 'section-' . $section_id . '-fields".13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "get-option-page-' . $option_name . 'section-' . $section_id . '-fields".
WARNINGMaintainabilityDynamic hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$field['disabled_list_filter']".12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$field['disabled_list_filter']".
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $outofstock_join used in $wpdb->get_results()\n$outofstock_join assigned unsafely at line 106.4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Unescaped parameter $outofstock_join used in $wpdb->get_results()\n$outofstock_join assigned unsafely at line 106.
WARNINGMaintainabilityNon-prefixed global symbolThe "reon/get" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
The "reon/get" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
WARNINGI18nDiscouraged text-domain loadingload_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.1
- Category
- I18n
- Occurrences
- 1
- Severity
- warning
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['_wpnonce']1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
WARNINGSecurityRequest data is not unslashed$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
External Connections
Potential connections found in static code analysis.
Outbound calls
164
External assets
0
Incoming endpoints
2
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
wp_ajax
Admin AJAX endpoints1
wp_ajax
Score History
First score snapshot
v1.3.4
80
Latest
- Findings
- 465
- Errors
- 0
- Warnings
- 465
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 80 | 465 | 0 | 465 | v1.3.4 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.