Skip to content

Instantly share code, notes, and snippets.

@rynaldos-zz
Created March 16, 2017 12:15
Show Gist options
  • Save rynaldos-zz/2f383f6c6cec1e468b2d4142da127c6a to your computer and use it in GitHub Desktop.
Save rynaldos-zz/2f383f6c6cec1e468b2d4142da127c6a to your computer and use it in GitHub Desktop.
[WooCommerce] Remove the "added to cart" message
add_filter( 'wc_add_to_cart_message', '__return_empty_string' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment