Book anything, anytime, anywhere.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
628
13 issue groups
Security
305
11 issue groups
Supply Chain
4
1 issue group
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $DOPBSP
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$DOPBSP'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "DOPPrototypes".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CRYPT_RSA_MODE".
Sample message
Unescaped parameter $DOPBSP->tables->calendars used in $wpdb->get_var()\n$DOPBSP->tables->calendars used without escaping.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$name]
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$DOT".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $DOPBSP->tables->calendars used in $wpdb->get_results()\n$DOPBSP->tables->calendars used without escaping.
Sample message
$_COOKIE[$name] 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 '"($name) missing required param: '$paramName'"'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.
Sample message
Processing form data without nonce verification.
Sample message
In footer ($in_footer) is not set explicitly wp_register_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
Hidden files are not permitted.
Sample message
Processing form data without nonce verification.
Not analyzed yet.
First score snapshot
v2.9.9.6.9
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 962 | 634 | 328 | v2.9.9.6.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.