Custom Post Type Widgets plugin adds default custom post type widgets.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
8
2 issue groups
Maintainability
2
2 issue groups
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: $value->label7
- Category
- I18n
- Occurrences
- 7
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $value->label
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.
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "__CUSTOM_POST_TYPE_WIDGETS__".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "__CUSTOM_POST_TYPE_WIDGETS__".
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "show_recent_comments_widget_style".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "show_recent_comments_widget_style".
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.5.3
99
Latest
- Findings
- 10
- Errors
- 7
- Warnings
- 3
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 99 | 10 | 7 | 3 | v1.5.3 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.