I\'m looking to remove the wording and area that says \"Product Successfully Added to Cart\" after I add an item to the cart. I just want there to be nothing, no message an
Use one of these:
Older version
$woocommerce->clear_messages();
Version 2.3
wc_clear_notices();