Opened 9 years ago
Last modified 5 years ago
#41663 new feature request
Hooks for the back to login link in the footer of wp-login.php
| Reported by: | Fleuv | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Login and Registration | Version: | 4.8.1 |
| Severity: | normal | Keywords: | 2nd-opinion |
| Cc: | Focuses: |
Description
In the following pull request: https://github.com/WordPress/WordPress/pull/306/files I introduced 3 new filters to the login footer area. With these filters you can customize the back to login link to your needs.
Attachments (1)
Change History (2)
#1
@
5 years ago
- Keywords 2nd-opinion added
Since WordPress 5.7, the login_site_html_link filter can replace the link and its text, still within the backtoblog paragraph.
ticket:35449, changeset:50117, dev note
It's not the same approach, but I think this ticket could be closed as fixed.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This patch works with the trunk, but requires a tiny bit of testing. Almost 100% sure that this will work smoothly.