ShopLentor – More than a WooCommerce builder. A complete growth plugin to boost conversions, UX, and sales for your store.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
6,874
4 issue groups
Maintainability
1,668
12 issue groups
Security
953
8 issue groups
Performance
27
1 issue group
ERRORI18nText Domain MismatchMismatched text domain. Expected 'woolentor-addons' but got "woolentor".6,677
- Category
- I18n
- Occurrences
- 6,677
- Severity
- error
Sample message
Mismatched text domain. Expected 'woolentor-addons' but got "woolentor".
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accordion_settings".1,363
- Category
- Maintainability
- Occurrences
- 1,363
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accordion_settings".
WARNINGSecurityRecommendedProcessing form data without nonce verification.240
- Category
- Security
- Occurrences
- 240
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$add_limit'.193
- Category
- Security
- Occurrences
- 193
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$add_limit'.
ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $args157
- Category
- Security
- Occurrences
- 157
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $args
WARNINGSecurityMissing Unslash$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar154
- Category
- Security
- Occurrences
- 154
- Severity
- warning
Sample message
$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]109
- Category
- Security
- Occurrences
- 109
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: $available_text93
- Category
- I18n
- Occurrences
- 93
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $available_text
ERRORI18nMissing Translators CommentA 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.72
- Category
- I18n
- Occurrences
- 72
- 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.
WARNINGSecurityInterpolated Not PreparedUse placeholders and $wpdb->prepare(); found interpolated variable $order at ORDER BY $orderby $order\n60
- Category
- Security
- Occurrences
- 60
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $order at ORDER BY $orderby $order\n
Show 15 moreShow less
ERRORMaintainabilityblock api version too low49
- Category
- Maintainability
- Occurrences
- 49
- Severity
- error
Sample message
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
ERRORMaintainabilitywp function not compatible with requires wp41
- Category
- Maintainability
- Occurrences
- 41
- Severity
- error
Sample message
Function "block_footer_area()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.7.0.
ERRORMaintainabilitydate date39
- Category
- Maintainability
- Occurrences
- 39
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGSecurityInput Not Validated32
- Category
- Security
- Occurrences
- 32
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['action']. Check that the array index exists before using it.
ERRORI18nMissing Arg Domain32
- Category
- I18n
- Occurrences
- 32
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGMaintainabilityDirect Query30
- Category
- Maintainability
- Occurrences
- 30
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNon Prefixed Hookname Found28
- Category
- Maintainability
- Occurrences
- 28
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wsa_form_bottom_' . $form['id']".
WARNINGPerformancePost Not In exclude27
- Category
- Performance
- Occurrences
- 27
- Severity
- warning
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
ERRORMaintainabilitymissing direct file access protection26
- Category
- Maintainability
- Occurrences
- 26
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityslow db query meta key25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGMaintainabilityslow db query tax query21
- Category
- Maintainability
- Occurrences
- 21
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
WARNINGMaintainabilityNo Caching17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGMaintainabilityslow db query meta query15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
WARNINGMaintainabilitywp reset query wp reset query14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- warning
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
ERRORSecurityUnescaped DBParameter8
- Category
- Security
- Occurrences
- 8
- Severity
- error
Sample message
Unescaped parameter $email_logs_table used in $wpdb->get_results()\n$email_logs_table assigned unsafely at line 663.
Score History
2 score snapshots
v3.4.4
23
Latest
- Findings
- 9,604
- Errors
- 7,423
- Warnings
- 2,181
- Check
- 2.0.0
v3.4.3
23
Score
- Findings
- 9,603
- Errors
- 7,422
- Warnings
- 2,181
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 9,604 | 7,423 | 2,181 | v3.4.4 | 2.0.0 |
| 23 | 9,603 | 7,422 | 2,181 | v3.4.3 | 2.0.0 |