Media Cleaner: Clean your WordPress!

Clean your WordPress! Eliminate unused and broken media files. For a faster, and better website.

v7.1.1Jordy MeowUpdated 2026-05-30Added May 15, 201690k+ installs92% rating100% support resolved
25
Score
151
Errors
391
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability0

Top Issues by Category

maintainability251
security215
i18n37

Issues Details

542 issues found in latest scan

WARNING92
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING88
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING82
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $join_sql at "SELECT COUNT(r.id) FROM $table_ref r $join_sql WHERE 1=1 $where_sql"

WARNING44
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $table used in $wpdb->get_row()\n$table assigned unsafely at line 2079.

ERROR21
WordPress.WP.I18n.NonSingularStringLiteralDomain

The $domain parameter must be a single text string literal. Found: $this->domain

ERROR20
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $count_query

WARNING17
WordPress.PHP.DevelopmentFunctions.error_log_error_log

error_log() found. Debug code should not normally be used in production.

ERROR16
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING14
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MeowApps_WPMC_Parser_Common".

ERROR13
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $prepared used in $wpdb->query()\n$prepared assigned unsafely at line 1699.

ERROR13
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$issue'.

WARNING13
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR10
WordPress.DB.PreparedSQLPlaceholders.LikeWildcardsInQuery

SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%1\$s'.

ERROR8
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR8
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'media-cleaner' but got 'media-file-renamer'.

WARNING6
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING6
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR5
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR5
WordPress.WP.AlternativeFunctions.rand_mt_rand

mt_rand() is discouraged. Use the far less predictable wp_rand() instead.

ERROR4
PluginCheck.CodeAnalysis.Heredoc.NotAllowed

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNING4
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;litespeed_control_set_nocache&quot;.

ERROR4
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERROR3
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING3
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_SERVER[&#039;HTTP_X_WP_NONCE&#039;]

Latest Snapshot

Findings

542

Errors

151

Warnings

391

Score History

First score snapshot

First scan completed Jun 20, 2026

v7.1.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v7.1.1

25

Latest

Findings
542
Errors
151
Warnings
391
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins