Created
February 27, 2018 16:09
-
-
Save lukecav/fa82f1672752d1ff5e4c2e6a0d3364da to your computer and use it in GitHub Desktop.
Smush Image Compression and Optimization - fix API timeout error in WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter('WP_SMUSH_API_TIMEOUT', 'wpmu_api_timeout'); | |
function wpmu_api_timeout() { | |
return 300; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://wordpress.org/plugins/wp-smushit/
https://premium.wpmudev.org/forums/topic/getting-this-every-time-i-run-smush-pro-smush-time-out