Customize output
-
I’d like to customize the HTML being added to checkout around the checkbox. I noticed a note “Change Proceed To Checkout Text in WooCommerce, Place this in your Functions.php file” in the core/App.php file but it doesn’t seem to work. How can I do this?
# functions.php function woocommerce_subscription_box_before() { echo 'TESTING CUSTOM HTML'; }
Code reference:
https://github.com/campaignmonitor/woo-commerce-plugin/blob/master/core/App.php#L230
- The topic ‘Customize output’ is closed to new replies.