Prioritized issue groups from the latest Plugin Check scan
Maintainability
4,695
16 issue groups
Security
1,120
9 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$add_button".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'$element' is not allowed/supported $support"'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__MM".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'mbw_editor_'.$editor_type".
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$key]
Sample message
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEPAGE".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$key]["name"]. Check that the array index exists before using it.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" in DEFAULT in directive hash '$id'"'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $insert_prefix
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
Function "esc_xml()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %1s.
Potential connections found in static code analysis.
Outbound calls
266
External assets
4
Incoming endpoints
30
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
8 score snapshots
v2.4.1
24
Latest
v2.4.0
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 5,960 | 1,211 | 4,749 | v2.4.1 | 2.1.0 |
| 24 | 5,960 | 1,211 | 4,749 | v2.4.0 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.