Answers for "Woocommerce remove add to cart message"

PHP
0

Woocommerce remove add to cart message

add_filter( 'wc_add_to_cart_message_html', '__return_null' );
Posted by: Guest on March-12-2022

Code answers related to "Woocommerce remove add to cart message"

Browse Popular Code Answers by Language