AVISO: OB_END_FLUSH (): Falha ao enviar o buffer da compressão de saída do ZLIB (1) em

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