Only load on checkout
-
Hello,
I noticed the CSS is loaded on every single page, even when they have nothing to do with PayPal. It would be good to minimize the load only where relevant.
I have tried the code below, but somehow that is not working.
Can you advice?function disable_woocommerce_loading_css_js() { if(! is_cart() && ! is_checkout() ) { wp_dequeue_style('wc-gateway-ppec-frontend'); } }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Only load on checkout’ is closed to new replies.