Changes between Initial Version and Version 1 of Ticket #49161, comment 4
- Timestamp:
- 03/09/2020 10:57:29 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49161, comment 4
initial v1 1 1 We use Smush for our image optimization. It provides a method to reduce the image size already. The documented method to disable this feature isn't working for us either. 2 2 3 {{{ 3 4 add_filter( 'big_image_size_threshold', '__return_false' ); 5 }}}