ashishsthanp

WC change Add to Cart button text

Apr 11th, 2020
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. function zakra_change_add_to_cart_text() {
  2.     return __( 'Add to Basket', 'zakra' );
  3. }
  4. add_filter( 'woocommerce_product_single_add_to_cart_text', 'zakra_change_add_to_cart_text' );
Advertisement
Add Comment
Please, Sign In to add comment