Changes between Initial Version and Version 1 of Ticket #46349, comment 10
- Timestamp:
- 03/27/2019 08:22:15 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46349, comment 10
initial v1 4 4 5 5 I don't like this approach mainly because it adds a loat of bloat code in wp-login.php which is already complex: another function to output another form and, plus, we need to pause the redirect flow with more globals. 6 7 On the other hand this is easier and faster to implement, I think. 6 8 7 9 2. hook into login_redirect and update the redirect process like this: