Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
Prioritized issue groups from the latest Plugin Check scan
Security
68
5 issue groups
Maintainability
20
8 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Sample message
wp_debug_backtrace_summary() found. Debug code should not normally be used in production.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Processing form data without nonce verification.
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_TIME_FLOAT']
Sample message
$_SERVER['REQUEST_TIME_FLOAT'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_TIME_FLOAT']. Check that the array index exists before using it.
Sample message
Function "_deprecated_constructor()" requires WordPress 4.3.0, but your plugin minimum supported version is WordPress 3.4.0.
Sample message
print_r() 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
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg"
Not analyzed yet.
First score snapshot
v1.1.8
41
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 89 | 64 | 25 | v1.1.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.