jetpack_photon_noresize_mode, false

jetpack_photon_noresize_mode, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_photon_noresize_mode, false') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php line 124
    		 * @since 7.1.0
    		 *
    		 * @param bool false Should Photon enable noresize mode. Default to false.
    		 */
    		if ( apply_filters( 'jetpack_photon_noresize_mode', false ) ) {
    			$this->enable_noresize_mode();
    		}
    	}
    
    	/**
    	 * Enables the noresize mode for Photon, allowing to avoid intermediate size files generation.