Opened 11 years ago
Last modified 5 months ago
#31821 reviewing enhancement
Make interim login URL filterable
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Future Release | Priority: | normal |
| Severity: | normal | Version: | 4.2 |
| Component: | Login and Registration | Keywords: | has-patch dev-feedback close |
| Focuses: | administration | Cc: |
Description
Currently, there is no clean way to detect and filter the interim login URL, short of using the clean_url filter. Obviously, this is not ideal. Plugins that modify the login URL, like my plugin, Theme My Login, would definitely benefit from a direct filter on this.
Attachments (2)
Change History (9)
#2
@
11 years ago
Alternatively, and actually a better approach, adds another parameter to wp_login_url(), namely $interim_login as a flag to handle creating the interim login URL wthin wp_login_url().
Note: See
TracTickets for help on using
tickets.
Add interim_login parameter to wp_login_url().