Display client logos, partner brands, sponsor badges, and affiliate logos anywhere on your WordPress site. Responsive logo carousels, grids, or flexbo …
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
230
11 issue groups
Security
27
5 issue groups
I18n
4
2 issue groups
Repo Compliance
2
2 issue groups
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$carouselDataAttr_Arr".206
- Category
- Maintainability
- Occurrences
- 206
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$carouselDataAttr_Arr".
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$output_safe'.14
- Category
- Security
- Occurrences
- 14
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$output_safe'.
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LGX_LS_PLUGIN_BASE".8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LGX_LS_PLUGIN_BASE".
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST['meta_lgx_lsp_shortcodes']4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['meta_lgx_lsp_shortcodes']
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_logo_slider_wp".3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_logo_slider_wp".
WARNINGSecurityRequest data is not unslashed$_POST['meta_lgx_lsp_shortcodes'] not unslashed before sanitization. Use wp_unslash() or similar3
- Category
- Security
- Occurrences
- 3
- Severity
- warning
Sample message
$_POST['meta_lgx_lsp_shortcodes'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGI18nNo Html Wrapped StringsTranslatable string should not be wrapped in HTML. Found: '<span style="color: #444; font-weight: 400;">You are currently viewing <strong style="color: #2ab934;">Carousel</strong> settings. To switch to <strong style="color: #222;">Flexbox</strong> or <strong style="color: #222;">Grid</strong>, select from the <strong style="color: #222;">Showcase Type</strong> dropdown at the top. ☝️</span>'3
- Category
- I18n
- Occurrences
- 3
- Severity
- warning
Sample message
Translatable string should not be wrapped in HTML. Found: '<span style="color: #444; font-weight: 400;">You are currently viewing <strong style="color: #2ab934;">Carousel</strong> settings. To switch to <strong style="color: #222;">Flexbox</strong> or <strong style="color: #222;">Grid</strong>, select from the <strong style="color: #222;">Showcase Type</strong> dropdown at the top. ☝️</span>'
WARNINGMaintainabilitytrademarked termThe plugin name includes a restricted term. Your chosen plugin name - "Logo Slider WP" - contains the restricted term "wp" which cannot be used at all in your plugin name.3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Logo Slider WP" - contains the restricted term "wp" which cannot be used at all in your plugin name.
WARNINGMaintainabilityslow db query tax queryDetected usage of tax_query, possible slow query.2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
Show 10 moreShow less
WARNINGMaintainabilityNon-prefixed class2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Lgx_Carousel_Settings_API".
WARNINGMaintainabilityNon-prefixed hook name2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "lgx_ls_logo_meta_fields_after".
WARNINGSecurityInput is not validated2
- Category
- Security
- Occurrences
- 2
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_id_serialize']. Check that the array index exists before using it.
WARNINGMaintainabilityDirect Query1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo Caching1
- 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().
ERRORI18nMissing Translators Comment1
- Category
- I18n
- Occurrences
- 1
- Severity
- error
Sample message
A function call to esc_html__() 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.
WARNINGMaintainabilitymismatched plugin name1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Logo Slider – Logo Carousel, Client Logo Slider & Brand Showcase for WordPress" is different from the name declared in plugin header "Logo Slider WP".
WARNINGRepo Compliancereadme parser warnings too many tags1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
WARNINGRepo Compliancereadme parser warnings trimmed short description1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
ERRORMaintainabilitywp function not compatible with requires wp1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.3.0.
External Connections
Not analyzed yet.
Score History
First score snapshot
v5.5
46
Latest
- Findings
- 263
- Errors
- 16
- Warnings
- 247
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 46 | 263 | 16 | 247 | v5.5 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.