Created
October 30, 2018 03:23
-
-
Save bozzmedia/dfefcfc83cc8c2ddd4762a18ca75bb0b to your computer and use it in GitHub Desktop.
Fix ob_flush zlib compression issues
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
// 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