Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46349, comment 10


Ignore:
Timestamp:
03/27/2019 08:22:15 PM (6 years ago)
Author:
andraganescu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46349, comment 10

    initial v1  
    44
    55I 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
     7On the other hand this is easier and faster to implement, I think.
    68
    792. hook into login_redirect and update the redirect process like this: