Customer new account email
-
Hi Support!
I need to change the text in the mail for New account.
I do not need translation i will replace it with few lines in French.
My question is: can i erase the following lines and put in the <p> my text?
I’m not php language friendly so will it bug or it’s ok? Thk!<p><?php printf( esc_html__( 'Thanks for creating an account on %1$s. Your username is %2$s. You can access your account area to view orders, change your password, and more at: %3$s', 'woocommerce' ), esc_html( $blogname ), '<strong>' . esc_html( $user_login ) . '</strong>', make_clickable( esc_url( wc_get_page_permalink( 'myaccount' ) ) ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></p>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Customer new account email’ is closed to new replies.