Summery Summery
Returns the URL that allows the user to register on the site.
Syntax Syntax
Return Return
(string) User registration URL.
Source Source
File: wp-includes/general-template.php
* @param string $logout_url The HTML-encoded logout URL. * @param string $redirect Path to redirect to on logout. */ return apply_filters( 'logout_url', $logout_url, $redirect ); } /** * Retrieves the login URL. * * @since 2.7.0
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |