Change 鈥淎dd to Cart水 text

Change 鈥淎dd to Cart水 text

I don’t know if it’s a personality disorder, but default values usually irritate me 馃お

To customize the “Add to Cart” button, just add this to your functions.php file:
add_filter('woocommerce_product_single_add_to_cart_text', function() {
    return 'Buy Now 馃洅';
});

Make that button yours. 馃榿