WooCommerce remove a notificação depois de algum tempo
setTimeout(function() {
jQuery('.woocommerce-message').fadeOut('fast')
}, 5000);
Lokesh003Coding
setTimeout(function() {
jQuery('.woocommerce-message').fadeOut('fast')
}, 5000);