/** * Proper ob_end_flush() for all levels * * This replaces the WordPress `wp_ob_end_flush_all()` function * with a replacement that doesn't cause PHP notices. */ remove_action( 'shutdown', 'wp_ob_end_flush_all', 1 ); add_action( 'shutdown', function() { while ( @ob_end_flush() ); } ); Urd Whole Archives » Dhatu Organics
Open chat
Dhatu Organics
Hello 👋
Can we help you?

Notice: ob_end_flush(): Failed to send buffer of zlib output compression (0) in /home2/vdyvybmy/public_html/dhatuorganics/wp-includes/functions.php on line 5464