WooCommerce Supprimer Ajouter le message du panier

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