[wp-hackers] Best practice: custom registration form

Otto otto at ottodestruct.com
Wed Aug 4 22:31:39 UTC 2010


On Wed, Aug 4, 2010 at 5:07 PM, Lox <lox.dev at knc.nc> wrote:
> 2010/8/4 Frank Bueltge <frank at bueltge.de>:
>> wp_login_form();
>
> Nice find thanks. But the generated form get submitted to wp-login.php ...

Well, it kinda has to. All the logic for creating users and logged
them in and such always passes through wp-login.php.

Still, you can put the redirect option on there and wp-login will
redirect them to anywhere you like after it does its thing.

-Otto


More information about the wp-hackers mailing list