Output buffer issue caused by a typo
-
Hi guys,
There’s a typo at views/auto_switcher/classic_blocks.php
At line 7 there’s an ob_clean call:
<?php ob_clean()?>
but that should be ob_start() instead.It causes output buffer problems when the WooCommerce > Settings > Side Switcher is turned on.
Can you correct this, please?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Output buffer issue caused by a typo’ is closed to new replies.