How to remove the woocommerce_recently_viewed cookie
-
Hi there,
I’d like to disable the woocommerce_recently_viewed cookie and found this function:add_filter( 'woocommerce_recently_viewed_product_cookie_lifetime', 'disable_recently_viewed_cookie' );
function disable_recently_viewed_cookie( $lifetime ) {
return 0;
}… that does not work, unfortunately. Any other options?
Cheers,
-martinThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.