Prioritized issue groups from the latest Plugin Check scan
Maintainability
4,635
18 issue groups
Security
370
7 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$add_button".
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
Detected usage of a non-sanitized input variable: $_COOKIE[$key]
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
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
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
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
trigger_error() found. Debug code should not normally be used in production.
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
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
Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %1s.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "DBConnect".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Potential connections found in static code analysis.
Outbound calls
267
External assets
3
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
9 score snapshots
v2.4.2
25
Latest
v2.4.1
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 5,090 | 367 | 4,723 | v2.4.2 | 2.1.0 |
| 24 | 5,960 | 1,211 | 4,749 | v2.4.1 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.