A responsive modern carousel slider for the Gutenberg block editor that lets you add any blocks to your slides. Easily create sliders for hero section …
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
53
1 issue group
Maintainability
16
7 issue groups
Security
5
1 issue group
Repo Compliance
2
2 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'carousel-block' but got 'cb'.53
- Category
- I18n
- Occurrences
- 53
- Severity
- error
Sample message
Mismatched text domain. Expected 'carousel-block' but got 'cb'.
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.5
- Category
- Security
- Occurrences
- 5
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$hero_architecture_url".4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$hero_architecture_url".
WARNINGMaintainabilityNon Prefixed Constant FoundGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CB_PLUGIN_DIR".3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CB_PLUGIN_DIR".
WARNINGMaintainabilityDynamic Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter_name".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter_name".
WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'cb_carousel_block_setting_' . $key".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'cb_carousel_block_setting_' . $key".
WARNINGMaintainabilitymismatched plugin namePlugin name "Carousel Slider Block for Gutenberg" is different from the name declared in plugin header "Carousel Slider Block".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Carousel Slider Block for Gutenberg" is different from the name declared in plugin header "Carousel Slider Block".
WARNINGRepo Compliancereadme parser warnings no short description presentThe "Short Description" section is missing. An excerpt was generated from your main plugin description.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
WARNINGRepo Compliancereadme parser warnings requires php header ignoredThe "Requires PHP" field was ignored. This field should only contain a PHP version such as "5.2.4" or "7.0".1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Requires PHP" field was ignored. This field should only contain a PHP version such as "5.2.4" or "7.0".
Show 1 moreShow less
WARNINGMaintainabilitytrademarked term1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Carousel Slider Block for Gutenberg" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name.
Score History
First score snapshot
v2.1.4
82
Latest
- Findings
- 76
- Errors
- 63
- Warnings
- 13
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 82 | 76 | 63 | 13 | v2.1.4 | 2.0.0 |