Answers for "woocommerce remove notification after some time"

0

woocommerce remove notification after some time

setTimeout(function() {
        jQuery('.woocommerce-message').fadeOut('fast') 
    }, 5000);
Posted by: Guest on March-20-2021

Code answers related to "woocommerce remove notification after some time"

Browse Popular Code Answers by Language