Opened 9 years ago
Last modified 9 years ago
#39929 new enhancement
Improve ability to customize "nav" links below login form.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | 4.8 |
| Component: | Login and Registration | Keywords: | |
| Focuses: | template | Cc: |
Description
In adding a Single Sign-On option to a site, I ran into trouble while trying to add a link to the login form. Flexibility could be introduced by adding an action inside each p.nav in wp-login.php, but there's already duplicated code. So, I've added a function that builds the output and allows plugins to add new links or change the existing links.
Thanks for considering my request.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Add wp_login_form_nav_links().