Capture and log events, metrics and traces on your site. Make WordPress observable - finally!
Prioritized issue groups from the latest Plugin Check scan
Security
777
6 issue groups
Maintainability
308
19 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$name not found on class"'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$exception\n"'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->cookieName]
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Psr\Http\Client".
Sample message
$_COOKIE[$this->cookieName] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Sanitization missing for register_setting().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$brands".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "APCU_CACHE_PREFIX".
Sample message
The use of function ini_set() is discouraged
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bdump".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "all_plugins".
Sample message
set_error_handler() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v4.6.0
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,179 | 943 | 236 | v4.6.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.