WooCommerce eliminar el mensaje agregar al carrito

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