WooCommerce recently viewed products in a grid, list or carousel via shortcode, widget, block, Elementor, plus most viewed and follow-up emails.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
14
1 issue group
Maintainability
5
4 issue groups
I18n
1
1 issue group
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $history used in $wpdb->get_col()\n$history assigned unsafely at line 92.14
- Category
- Security
- Occurrences
- 14
- Severity
- warning
Sample message
Unescaped parameter $history used in $wpdb->get_col()\n$history assigned unsafely at line 92.
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$settings".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$settings".
WARNINGMaintainabilitymismatched plugin namePlugin name "Recently Viewed Products for WooCommerce - Carousel, Widget, Block & Email" is different from the name declared in plugin header "Recently Viewed Products for WooCommerce".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Recently Viewed Products for WooCommerce - Carousel, Widget, Block & Email" is different from the name declared in plugin header "Recently Viewed Products for WooCommerce".
External Connections
Potential connections found in static code analysis.
Outbound calls
8
External assets
0
Incoming endpoints
2
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints2
admin_post
admin_post
Score History
2 score snapshots
v2.3.0
87
Latest
- Findings
- 20
- Errors
- 2
- Warnings
- 18
- Check
- 2.0.0
v2.2.0
99
Score
- Findings
- 3
- Errors
- 3
- Warnings
- 0
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 87 | 20 | 2 | 18 | v2.3.0 | 2.0.0 |
| 99 | 3 | 3 | 0 | v2.2.0 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.