Forums
(@cwerner1111)
4 years, 4 months ago
I’ve managed to do an workaround
I’ve added at the end of functions.php from my theme the following, to enable output buffering:
add_action('init', 'rsq_buffering'); function rsq_buffering() { ob_start(); }