On this page
apply_filters( 'register', string $link )
Filters the HTML link to the Registration or Admin page.
Description
Users are sent to the admin page if logged-in, or the registration page if enabled and logged-out.
Parameters
$linkstring-
The HTML code for the link to the Registration or Admin page.
More Information
The hook filters the HTML link to the Registration or Admin page. Users are sent to the admin page if logged-in, or the registration page if enabled and logged-out.
Source
File: wp-includes/general-template.php. View all references
$link = apply_filters( 'register', $link );
Related
Used By
| Used By | Description |
|---|---|
| wp_register() wp-includes/general-template.php | Displays the Registration or Admin link. |
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/register