Disable Media Sizes

Provides options to disable the extra images generated by WordPress.

v2.5.1Jeff StarrUpdated 2026-04-17Added Jul 31, 202010k+ installs100% rating100% support resolved
54
Score
14
Errors
7
Warnings
+0
Change

Category Scores

Security16
Repo100
Performance100
Maintainability99

Top Issues by Category

Issues Details

21 issues found in latest scan

ERROR9
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR5
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING2
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['disable-media-sizes-reset-options']

WARNING2
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['disable-media-sizes-reset-options'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING1
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

Latest Snapshot

Findings

21

Errors

14

Warnings

7

Score History

First score snapshot

First scan completed Jun 20, 2026

v2.5.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v2.5.1

54

Latest

Findings
21
Errors
14
Warnings
7
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins