wooCommerce hapus pemberitahuan setelah beberapa waktu

 setTimeout(function() {
        jQuery('.woocommerce-message').fadeOut('fast') 
    }, 5000);
Lokesh003Coding