/**
* 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() );
} );
The store is closed. We are open 11am - 11pm everyday
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.