login/logout/register redirect
-
Hello. I found in the codex that login/logout url is ok with redirection
wp_login_url ( string $redirect = ”, bool $force_reauth = false )but the same is not true to register
wp_registration_url ()I am updating a plugin for custom login/logout/registration and the custom login page works fine, but custom registration page does not work. Does anybody had this issue before? I was expecting login/logout/register functions work in a similar way…
This works: wp_login_url( $item_redirect[0] );
This fails: wp_registration_url( $item_redirect[0] );How can I solve it? Any guess?
Regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘login/logout/register redirect’ is closed to new replies.