Prioritized issue groups from the latest Plugin Check scan
Security
712
10 issue groups
Maintainability
161
13 issue groups
I18n
13
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$buffer'.
Sample message
$_COOKIE['rand_code'.$sequence] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE['rand_code'.$sequence]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['rand_code'.$sequence]
Sample message
Use placeholders and $wpdb->prepare(); found $cond
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
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.5.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
The $text parameter must be a single text string literal. Found: $button_label
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Unescaped parameter $cond used in $wpdb->get_results()\n$cond assigned unsafely at line 1049.
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
Use placeholders and $wpdb->prepare(); found interpolated variable {$name} at "ALTER TABLE {$tab} CHANGE {$name} {$name} {$type} COLLATE `{$target_charset}`"
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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
Mismatched text domain. Expected 'cp-polls' but got "cppolls".
Sample message
Unescaped parameter $table used in $wpdb->get_results()
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Potential connections found in static code analysis.
Outbound calls
142
External assets
2
Incoming endpoints
1
No public endpoints detected.
wp_ajax
First score snapshot
v1.0.84
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 899 | 399 | 500 | v1.0.84 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.