Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Change the “Username or E-mail” label on login form
This code changes the “Username or Email” field label on the MemberPress login page. Note: this code does not work if ReadyLaunch™ is enabled on the Login page.
To modify the field label, replace the dummy text (Custom text) with the desired text on the following line:
return 'Custom text';
Code Preview
php
| |
| |
| |
| |
| |
| |
Comments