Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created February 27, 2018 16:09
Show Gist options
  • Save lukecav/fa82f1672752d1ff5e4c2e6a0d3364da to your computer and use it in GitHub Desktop.
Save lukecav/fa82f1672752d1ff5e4c2e6a0d3364da to your computer and use it in GitHub Desktop.
Smush Image Compression and Optimization - fix API timeout error in WordPress
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