Forums
(@birk1988)
10 years, 6 months ago
Thanks 😀 That helped me 😀
This is what I got in functions.php file
3294 – function wp_ob_end_flush_all() { 3295 – $levels = ob_get_level(); 3296 – for ($i=0; $i<$levels; $i++) 3297 – ob_end_flush();