Home Forums WoodMart support forum Caching problems template-tags.php

Caching problems template-tags.php

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #127069

    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)

    #127074

    Artem Temos
    Keymaster

    Hello,

    Thank you for reporting this. We will fix this in our next theme update.

    Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)