Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. function dequeue_woocommerce_cart_fragments() {
  2.     if ( is_front_page() ) {
  3.         wp_dequeue_script( 'wc-cart-fragments' );
  4.     }
  5. }
  6. add_action( 'wp_enqueue_scripts', 'dequeue_woocommerce_cart_fragments', 999999 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement