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

87

remove_action( 'shutdown', 'wp_ob_end_flush_all', 1 );
add_action( 'shutdown', function() {
   while ( @ob_end_flush() );
} );

Comments

Submit
0 Comments