Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,485
18 issue groups
I18n
189
2 issue groups
Security
171
5 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$BMI::RESPONSE::SENT".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "BMI\Plugin".
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BASE_PATH".
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$g, %3$G, %4$h, %5$H, %6$s, %7$h, %8$d", but got "%d, %g, %G, %h, %H, %s, %h, %d" in 'Invalid % character used. Only these are allowed: %Y, %M, %D, %d, %j, %m, %n, %y, %a, %A, %B, %g, %G, %h, %H, %i, %s, %hash, %domain'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
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: touch().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bmi_ajax_offline".
Sample message
error_log() 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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 259.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
The use of function ini_set() is discouraged
Sample message
$_GET['backup-migration'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Use placeholders and $wpdb->prepare(); found $options_table
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file_data']
Potential connections found in static code analysis.
Outbound calls
137
External assets
5
Incoming endpoints
13
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.1.7
21
Latest
v2.1.6
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 2,080 | 999 | 1,081 | v2.1.7 | 2.0.0 |
| 21 | 2,074 | 981 | 1,093 | v2.1.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.