Hide “…has been added to you cart” message only
-
Is it possible to only this message “…has been added to you cart” and keep other messages?
I know that this filter removes all messages but I only want to remove this “…has been added to you cart”
add_filter( 'wc_add_to_cart_message_html', '__return_false' );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Hide “…has been added to you cart” message only’ is closed to new replies.