Query Monitor is the developer tools panel for WordPress and WooCommerce.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
252
18 issue groups
Security
60
6 issue groups
I18n
1
1 issue group
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Debug_Bar".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "debug_bar_enqueue_scripts".
Sample message
Detected usage of a non-sanitized input variable: $_ENV['APACHE_RUN_GROUP']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.
Sample message
$_SERVER['REMOTE_ADDR'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<tr{$attr}>"'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEPAGE".
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$debug_bar".
Sample message
The use of function ini_set() is discouraged
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Function "wp_get_development_mode()" requires WordPress 6.3.0, but your plugin minimum supported version is WordPress 6.2.0.
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
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_errno.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_get_client_version.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "{$loader}_loader_src".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "qm_debug_bar_being_activated".
Sample message
Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "QM_ArrayAccess".
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.
Not analyzed yet.
2 score snapshots
v4.0.7
31
Latest
v4.0.6
30
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 317 | 44 | 273 | v4.0.7 | 2.0.0 |
| 30 | 317 | 45 | 272 | v4.0.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.