79307034

Date: 2024-12-25 07:06:22
Score: 1
Natty:
Report link

Place this code in your active themes functions.php file

add_action('woocommerce_product_single_add_to_cart_text', 'product_single_page_button_text_change'); function product_single_page_button_text_change(){ echo 'Add To Bucket'; }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ajeet Vadheeya