Clean your WordPress! Eliminate unused and broken media files. For a faster, and better website.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
398
12 issue groups
Security
364
10 issue groups
I18n
87
3 issue groups
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 interpolated variable $condition at "SELECT COUNT(*) FROM $table WHERE run_id = %d AND $condition $search_sql"
Sample message
Unescaped parameter $index[0] used in $wpdb->get_var()
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$budget'.
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
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$clean_uninstall".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $prepared
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$issue'.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $prepared used in $wpdb->query()\n$prepared assigned unsafely at line 2658.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%%thumbnail_id%%'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Mismatched text domain. Expected 'media-cleaner' but got 'media-file-renamer'.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MeowKit_WPMC_Admin".
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Attempting a database schema change is discouraged.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Potential connections found in static code analysis.
Outbound calls
55
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
10 score snapshots
v7.2.8
25
Latest
v7.2.7
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 900 | 282 | 618 | v7.2.8 | 2.1.0 |
| 25 | 900 | 282 | 618 | v7.2.7 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.