big Image Threshold
-
This new feature does not seem to be allowing clients to upload images above 2500 pixels.
This is now happening across all WordPress sites.
A filter claims to disable it using:add_filter( 'big_image_size_threshold', '__return_false' );
Unfortunately this does not work. I also tried returning a number bigger than 2500 and it’s like my filter is ignored.
The filter has been aded into functions.php
- The topic ‘big Image Threshold’ is closed to new replies.