WooCommerce remova Adicionar à mensagem do carrinho

add_filter( 'wc_add_to_cart_message_html', '__return_null' );
Filthy Falcon