Column separator for Beaver Builder.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
32
1 issue group
I18n
25
3 issue groups
Maintainability
21
4 issue groups
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$color'.32
- Category
- Security
- Occurrences
- 32
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$color'.
ERRORI18nText Domain MismatchMismatched text domain. Expected 'column-separator-for-beaver-builder' but got 'bb-column-separator'.23
- Category
- I18n
- Occurrences
- 23
- Severity
- error
Sample message
Mismatched text domain. Expected 'column-separator-for-beaver-builder' but got 'bb-column-separator'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$color".13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$color".
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 classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "BSFBBColumnSeparator".2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BSFBBColumnSeparator".
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.1
- Category
- I18n
- Occurrences
- 1
- 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.
WARNINGMaintainabilitymismatched plugin namePlugin name "Column Separator for Beaver Builder" is different from the name declared in plugin header "Column Separator For Beaver Builder".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Column Separator for Beaver Builder" is different from the name declared in plugin header "Column Separator For Beaver Builder".
WARNINGI18ntextdomain mismatchThe "Text Domain" header in the plugin file does not match the slug. Found "bb-column-separator", expected "column-separator-for-beaver-builder".1
- Category
- I18n
- Occurrences
- 1
- Severity
- warning
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "bb-column-separator", expected "column-separator-for-beaver-builder".
External Connections
Potential connections found in static code analysis.
Outbound calls
9
External assets
0
Incoming endpoints
0
Notable Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Score History
First score snapshot
v1.0.3
62
Latest
- Findings
- 78
- Errors
- 61
- Warnings
- 17
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 62 | 78 | 61 | 17 | v1.0.3 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.