There is
wp_login_url, wp_logout_url, but what what about registration url?
Is there standard way to get link to registration? I need to display a link to registration page with further redirect to previous page.
PS I am using my theme login.
|
There is
Is there standard way to get link to registration? I need to display a link to registration page with further redirect to previous page. PS I am using my theme login.
| ||||
feedback
|
|
The following will return the registration url:
UPDATE: To get the registration url with a redirect to the current page use:
| ||||
|
feedback
|
|
In case of hosting your wordpress site in a subfolder (e.g.:
Otherwise you will be redirected to a non-existing page
| |||
|
feedback
|