This is just one way of doing it using sprintf
echo "<span class="gp-success">" . sprintf(esc_html__('We have just sent you an email with instructions to reset your password.%sIf you do not receive a reset email or password email please look in your spam folder.', 'socialize'), '<br>') . "</span>";
Notice the %s
in the string, this is a “placeholder” for the second and later arguments that are being passed to sprintf.
A side note, in php its better to use '
instead of "
for pure strings, "
also checked the string for variables and thus costs more resources, when you can, if you only want to output a string, use '
.
Related Posts:
- Disable Or Redirect WP-login.php
- login_enqueue_scripts does not ovewrite the default styles
- Modify wp-login.php labels: Username to Email
- How to change “Registration complete. Please check your e-mail.” in wp-login.php
- How to use wp-login.php page only for logout?
- change register url on wp-login page
- Can’t access wp-admin
- How do you add a custom link to the wordpress login page?
- wp-login.php register/lost password links to buttons?
- How to trigger a login form notice message?
- A child theme version of wp-login
- reset password label text change
- Add text on wordpress admin login page
- Is it possible to remove the version number from the wp-login.php page?
- wp_login_form() redirect not redirecting users < admin
- Login redirect on wp theme
- Can’t log in. Log in button missing [closed]
- Require WP login for outside access
- Modify WP-Login Page With Javascript?
- if username or password is incorrect wp-login returns a blank page
- Where is the email content for retrieve_password_message stored?
- What is the CODEX intercept for wp-login.php?action=lostpassword
- Call header and footer on login page
- Prevent redirect on custom wordpress login form
- Replace standard Login and Register form for Woocommerce [closed]
- How to destroy sessions after a user logout [closed]
- How to add required attribute to wp_login_form fields?
- WordPress “remember me” – How should it work?
- Changing the title of “
- Log In & Log Out Code In Header
- How to fix Sign In option in WordPress
- How can I redirect on a url after successful registration?
- I lock the site’s contents, click on a post, redirect to login, enter uname+password but fail to redirect to article
- How to access the actual input html of the login form
- Creating a custom login on site.
- Login page wordpress tagline remove [duplicate]
- Copying My account/Login/Register button outside header
- Issue with cookies in wp-login
- Add content in wp login page
- Is it possible to check if password is correct in wp_authenticate_user?
- Modify login page after clicking “login” button, and before it arrives at redirect
- How to enable “remember me” checkbox in login forms by default?
- custom login query for custom login form?
- WordPress reCAPTCHA Problem
- Customizing WordPress Login URL
- It is possible that to get data in wp_login.php to your own php file in wordpress?
- Using gettext on wp-login.php won’t change “Back to site name” text
- Add video to wordpress login page
- WordPress login form with fancybox
- I wanna create a custom login form template
- Add custom field in wp_login_form()
- Retrieve password only by login. Users with same email
- wp-login.php not returning error messages / or gives 404
- Registration page background color covering 1 screen not covering full page
- Custom error messages for login and lost password forms
- wordpress redirect after password reset
- Prevent wp_login_form() from redirecting to wp-admin when there are errors
- Change Login URL Without Plugin
- How build a custom login/register form with error handling?
- How can I add a custom script to footer of login page?
- Multi-steps WordPress registration : in 4 steps how to?
- How to redirect all requests to wp-login.php?
- How can I do customizations on login, registration and password recovery forms?
- How to redirect users to custom lostpassword page?
- WordPress Login Footer URL
- Change Login Page for a Multisite Subsite
- WordPress 4 invalid username special charachters issue
- Remove lost password form and URL
- How to get login data (session) outside WordPress?
- Blocking access to wp-login via htaccess not working
- Change ‘Back To Website’ link in wp-login.php
- Change WordPress default registration error text [Error: This username is invalid because it uses illegal characters. Please enter a valid username.]
- Auto redirect after session expire, but only for one user
- Overriding WP login credentials
- reset password link redirect to login page
- Wp-login appears White Screen, Error: Cannot modify header information
- Removing wp_login_viewport_meta
- Custom Login Process
- Why can I log into wp-login.php and not wp-admin.php?
- Why won’t my custom login page CSS load?
- Admin login not working
- Hide front-end from every logged out user and redirect them to the default login page
- error at login page in wordpress
- How do I validate extra pin field on my WordPress login form page?
- Requiring wp-login.php sends headers automatically
- WordPress hide the username/password fields in login page
- Temporally disable password to login with empty password?
- Disable redirect to homepage after successful Login, Stay on Current Page
- When i try to open Localhost/wordpress/wp-admin . An Error appears ” Registration Has been Disabled” . No login page is shown in the browser
- Problem in auto login after registration
- Redirect per shortcode if user is logged in
- Special link for no automatic login (no username and no password)
- How to change form action of wp-login page with a function
- Custom transactional emails on user signup with wp_add_user
- Redirect user to login and then to page where they came from
- disable WP_error: authentication_failed
- Redirect default login page to a custom page [duplicate]
- Can’t login through wp-login.php on fresh installation
- gravity form login widget redirect
- Different customer login form than administrator login form?