Description
This function returns the register page url (if one is set in the main options tab).
The function does not echo output. Since it returns a string, this can be used for comparisons (to see if the user is actually on the register page), to output a link by echoing the result, or to redirect to the user profile page. These are just a few examples.
Return Values
(string) The URL of the register page.
Examples
Create a link to the register page:
Use wpmem_current_url() to compare the current page:
Changelog
Introduced in version 3.1.1
Source
wpmem_register_url() is located in /inc/api.php.