BACK TO DIRECTORY

Disable Client Side Media

by Adam Silverstein

0.0
(0 ratings)

WordPress can process media uploads in the browser, resizing and compressing images on your own device before they are sent to the server. This plugin turns that off, so uploads fall back to the traditional server-side path.

There is nothing to configure – activate the plugin and client-side media processing is off. It is a single filter:

add_filter( 'wp_client_side_media_processing_enabled', '__return_false' );

Useful when you want to compare server-side and client-side upload behavior, or when a site needs the server-side path for consistency.

Plugin Details

Active Installs
0
Total Downloads
119
Version
1.0.1
Requires WP
6.8
Requires PHP
7.4
Tested Up To
7.1
Added
2026-08-18
Last Updated
2026-08-18 10:02pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0