Disable message added to cart on WooCommerce
<?php | |
add_filter( 'wc_add_to_cart_message_html', '__return_null' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<?php | |
add_filter( 'wc_add_to_cart_message_html', '__return_null' ); |