Opened 18 months ago
Last modified 18 months ago
#62837 new enhancement
Filter to change the labels and placeholders of inputs
| Reported by: | wparslan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | 6.7.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Please add a filter to change the label in the login form on the pages:
password reset,
login,
registration.
Allow to add your own text instead of the current one. Why is it worth it?
possibility of personalization (e.g. “Player name” instead of “Login or e-mail address”)
better compatibility with css (e.g. when the text “Login or e-mail address” is too long, you can replace it with something else, e.g. “login”)
Change History (2)
This ticket was mentioned in PR #8180 on WordPress/wordpress-develop by @sahilgidwani.
18 months ago
#2
- Keywords has-patch added
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
It might be possible to use the
gettextfilter for this.https://github.com/WordPress/wordpress-develop/blob/6.7.1/src/wp-includes/l10n.php#L206