Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. add_action( 'wp_print_scripts', 'de_script', 100 );
  2.  
  3. function de_script() {
  4. wp_dequeue_script( 'wc-cart-fragments' );
  5.  
  6. return true;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement