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
361
12 issue groups
Security
334
10 issue groups
I18n
71
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 2379.
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MeowApps_WPMC_Parser_Common".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
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.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Potential connections found in static code analysis.
Outbound calls
65
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
7 score snapshots
v7.2.5
25
Latest
v7.2.4
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 815 | 261 | 554 | v7.2.5 | 2.0.0 |
| 25 | 807 | 261 | 546 | v7.2.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.