login_headertext WordPress Filter Hook
The login_headertext hook allows you to change the text that is displayed above the login form on the WordPress login page. By default, this text is "Please enter your username and password to login."
apply_filters( 'login_headertext', string $login_header_text ) #
Filters the link text of the header logo above the login form.
Parameters
- $login_header_text
(string)The login header logo link text.
Source
File: wp-login.php
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |