Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49161, comment 4


Ignore:
Timestamp:
03/09/2020 10:57:29 PM (5 years ago)
Author:
peterwilsoncc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49161, comment 4

    initial v1  
    11We 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.
    22
     3{{{
    34add_filter( 'big_image_size_threshold', '__return_false' );
     5}}}