woocommerce remove notification after some time code example
Example: woocommerce remove notification after some time
setTimeout(function() {
jQuery('.woocommerce-message').fadeOut('fast')
}, 5000);
setTimeout(function() {
jQuery('.woocommerce-message').fadeOut('fast')
}, 5000);