Black Bar is an unobtrusive Debug Bar for WordPress developers that attaches itself to the bottom of the browser window.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
104
8 issue groups
Security
10
3 issue groups
Repo Compliance
2
2 issue groups
I18n
1
1 issue group
Sample message
Short PHP opening tag used with echo; expected "<?php echo $entry ..." but found "<?= $entry ..."
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$callback".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "blackbar/enabled".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$entry['errname']'.
Sample message
var_export() found. Debug code should not normally be used in production.
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.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SAVEQUERIES".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
set_error_handler() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
The "Domain Path" header in the plugin file must start with forward slash.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Potential connections found in static code analysis.
Outbound calls
8
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v4.2.0
69
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 69 | 117 | 78 | 39 | v4.2.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.