Skip to content

Instantly share code, notes, and snippets.

@JeffMatson
Last active April 28, 2016 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffMatson/a68cebd66cb34e31e7d0812038ce2147 to your computer and use it in GitHub Desktop.
Save JeffMatson/a68cebd66cb34e31e7d0812038ce2147 to your computer and use it in GitHub Desktop.
Nuke wc-cart-fragments
add_action( 'wp_print_scripts', 'nuke_cart_fragments', 100 );
function nuke_cart_fragments() {
wp_dequeue_script( 'wc-cart-fragments' );
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment