Disable no-cache headers if using WooCommerce (4.4.0) on your child site.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_enable_nocache_headers', '__return_false' );
Disable no-cache headers if using WooCommerce (4.4.0) on your child site.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_enable_nocache_headers', '__return_false' );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.