Custom Post Type Widgets plugin adds default custom post type widgets.
Category Scores
Top Issues by Category
i18n8
Issues Details
10 issues found in latest scan
The $text parameter must be a single text string literal. Found: $value->label
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.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "__CUSTOM_POST_TYPE_WIDGETS__".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "show_recent_comments_widget_style".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: $value->label | 7 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | 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. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "__CUSTOM_POST_TYPE_WIDGETS__". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "show_recent_comments_widget_style". | 1 |
Latest Snapshot
Findings
10
Errors
7
Warnings
3
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.5.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.5.3
99
Latest
- Findings
- 10
- Errors
- 7
- Warnings
- 3
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 99 | 10 | 7 | 3 | v1.5.3 | 2.0.0 | 2026.06-mvp-static-v2 |