Opened 3 weeks ago
Last modified 3 weeks ago
#62837 new enhancement
Filter to change the labels and placeholders of inputs
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.7.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
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.
3 weeks ago
#2
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
It might be possible to use the
gettext
filter for this.https://github.com/WordPress/wordpress-develop/blob/6.7.1/src/wp-includes/l10n.php#L206