Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in

remove_action( 'shutdown', 'wp_ob_end_flush_all', 1 );
add_action( 'shutdown', function() {
   while ( @ob_end_flush() );
} );
Source by www.kevinleary.net #
 
PREVIOUS NEXT
Tagged: #failed #send #buffer #zlib #output #compression
ADD COMMENT
Topic
Name
8+8 =