Skip to content

Instantly share code, notes, and snippets.

@bozzmedia
Created October 30, 2018 03:23
Show Gist options
  • Save bozzmedia/dfefcfc83cc8c2ddd4762a18ca75bb0b to your computer and use it in GitHub Desktop.
Save bozzmedia/dfefcfc83cc8c2ddd4762a18ca75bb0b to your computer and use it in GitHub Desktop.
Fix ob_flush zlib compression issues
// Fix ob_flush zlib compression issues
remove_action('shutdown', 'wp_ob_end_flush_all', 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment