Contributors: jtsternberg, underblob Plugin Name: Enhanced Admin Bar with Codex Search and Custom Menus Plugin URI: http://dsgnwrks.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
30
4 issue groups
Security
27
3 issue groups
Repo Compliance
6
6 issue groups
Maintainability
4
3 issue groups
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().22
- Category
- I18n
- Occurrences
- 22
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.13
- Category
- Security
- Occurrences
- 13
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.8
- Category
- Security
- Occurrences
- 8
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
ERRORSecuritySetting is missing a sanitization callbackSanitization missing for register_setting().6
- Category
- Security
- Occurrences
- 6
- Severity
- error
Sample message
Sanitization missing for register_setting().
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.5
- Category
- I18n
- Occurrences
- 5
- 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.
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: '\r\n <strong style="display:none;">'. __( 'Search WordPress Support Forums', 'enhanced-admin-bar-with-codex-search' ) .'</strong>\r\n <form target="_blank" method="get" action="http://wordpress.org/search/" class="alignleft dw_search" >\r\n <input type="text" onblur="this.value=(this.value==\'\' ) ? \''. __( 'Search WP Forums', 'enhanced-admin-bar-with-codex-search' ) .'\' : this.value;" onfocus="this.value=(this.value==\''. __( 'Search WP Forums', 'enhanced-admin-bar-with-codex-search' ) .'\' ) ? \'\' : this.value;" value="'. __( 'Search WP Forums', 'enhanced-admin-bar-with-codex-search' ) .'" name="s" class="text dw_search_input" >\r\n <input type="submit" value="' . __( 'Go', 'enhanced-admin-bar-with-codex-search' ) . '" class="button dw_search_go" /></form>'2
- Category
- I18n
- Occurrences
- 2
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: '\r\n <strong style="display:none;">'. __( 'Search WordPress Support Forums', 'enhanced-admin-bar-with-codex-search' ) .'</strong>\r\n <form target="_blank" method="get" action="http://wordpress.org/search/" class="alignleft dw_search" >\r\n <input type="text" onblur="this.value=(this.value==\'\' ) ? \''. __( 'Search WP Forums', 'enhanced-admin-bar-with-codex-search' ) .'\' : this.value;" onfocus="this.value=(this.value==\''. __( 'Search WP Forums', 'enhanced-admin-bar-with-codex-search' ) .'\' ) ? \'\' : this.value;" value="'. __( 'Search WP Forums', 'enhanced-admin-bar-with-codex-search' ) .'" name="s" class="text dw_search_input" >\r\n <input type="submit" value="' . __( 'Go', 'enhanced-admin-bar-with-codex-search' ) . '" class="button dw_search_go" /></form>'
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORI18nUnordered Placeholders TextMultiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Adds a top-level menu item with dropdowns to access the Genesis framework settings pages. (for more enhanced functionality regarding Genesis admin bar menus, see %s\'s excellent plugin, %s)'.1
- Category
- I18n
- Occurrences
- 1
- Severity
- error
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Adds a top-level menu item with dropdowns to access the Genesis framework settings pages. (for more enhanced functionality regarding Genesis admin bar menus, see %s\'s excellent plugin, %s)'.
ERRORMaintainabilityinvalid plugin namePlugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="
ERRORRepo Compliancemissing readme header testedThe "Tested up to" header is missing in the readme file.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
The "Tested up to" header is missing in the readme file.
Show 6 moreShow less
ERRORRepo Complianceno license1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
ERRORMaintainabilityno stable tag1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Invalid or missing Stable Tag. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
WARNINGRepo Complianceplugin header invalid domain path1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Domain Path" header in the plugin file must start with forward slash.
ERRORRepo Complianceplugin header no license1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
WARNINGRepo Complianceplugin header nonexistent domain path1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
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.
External Connections
Potential connections found in static code analysis.
Outbound calls
15
External assets
0
Incoming endpoints
0
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Score History
First score snapshot
v2.0.7
39
Latest
- Findings
- 67
- Errors
- 64
- Warnings
- 3
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 67 | 64 | 3 | v2.0.7 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.
Relationship links
Author
Issue
Related
Author
Issue
Related
Related Plugins
300k+ active installs