Image Cleanup will index unreferenced images. These can be leftovers from cropping and scaling images. Stop them cluttering your content folder!
Prioritized issue groups from the latest Plugin Check scan
Security
92
9 issue groups
Maintainability
46
15 issue groups
I18n
3
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['view']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$admin_message'.
Sample message
$_GET['view'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The use of function ini_set() is discouraged
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Detected usage of a non-sanitized input variable: $_GET['view']
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
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 1700.
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
Use placeholders and $wpdb->prepare(); found $query
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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: mkdir().
Not analyzed yet.
First score snapshot
v1.9.2
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 146 | 52 | 94 | v1.9.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.