How can I exlude some script?
-
I want exclude some script from woocommerce. which making issue with my site. I see this “data-phast-no-defer” add into the script but i don’t want to add this to woocommerce plugin core files. is there any way?
Another thing I also try to exlude cart and checkout by this
add_filter(‘phastpress_disable’, function ($disable) {
return $disable || is_cart() || is_checkout();
});but not working. after add this on my function.php i can see cart and checkout still optimize by phastpress.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How can I exlude some script?’ is closed to new replies.