Change button text
-
Hello how i can change button text ?
This example change url but i need only text
add_filter( ‘woocommerce_return_to_shop_redirect’, ‘woo_return_to_shop_custom_button_text’ );
function woo_return_to_shop_custom_button_text() {
return __( ‘Button Text’, ‘woocommerce’ );
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change button text’ is closed to new replies.