On this page
apply_filters( 'login_headertext', string $login_header_text )
Filters the link text of the header logo above the login form.
Parameters
$login_header_textstring-
The login header logo link text.
Source
File: wp-login.php. View all references
$login_header_text = apply_filters( 'login_headertext', $login_header_text );
Related
Used By
| Used By | Description |
|---|---|
| login_header() wp-login.php | Output the login page header. |
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/login_headertext