WooCommerce eliminar la notificación después de un tiempo

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