Woocommerce удалить сообщение добавить в корзину

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