Hi Igor,
I just want to put this code in functions.php.
I want to change the cache just when where are in a woocommerce page but it is not possible because I don’t know why I can not use wp_headers filter in woocommerce pages.
Basically when I’m inside of a woocommerce page and I want to use wp_headers filter, the code that I put inside “if ( is_woocommerce() ) {” doesn’t work/load.
Thanks