Home › Forums › WoodMart support forum › Caching problems template-tags.php Caching problems template-tags.php This topic has 1 reply, 2 voices, and was last updated 5 years, 5 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 4, 2019 at 11:21 am #127069 [email protected]Participant according to your hosting provider woodmart/inc/integrations/woocommerce/template-tags.php line: 1335 tot 1339 if ( $echo ) { echo ob_get_contents(); } else { return ob_get_contents(); } ob_get contents must be ob_get_clean (otherwise Caching keep a buffer open and the whole page will run bad) June 4, 2019 at 5:04 pm #127074 Artem TemosKeymaster Hello, Thank you for reporting this. We will fix this in our next theme update. Regards Author Posts Tagged: bug Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register