Код: Выделить всё
add_filter( 'wc_add_to_cart_message', 'remove_add_to_cart_message' );
function remove_add_to_cart_message() {
return;
}
Подробнее здесь: https://stackoverflow.com/questions/523 ... duct-pages
Код: Выделить всё
add_filter( 'wc_add_to_cart_message', 'remove_add_to_cart_message' );
function remove_add_to_cart_message() {
return;
}