Warning: This hook has been deprecated. Use ‘login_headertext’ instead.
login_headertitle WordPress Hook
The login_headertitle hook is used to change the title of the login page. This can be useful if you want to branding or customize the login page for your site.
apply_filters_deprecated( 'login_headertitle', string $login_header_title ) #
Filters the title attribute of the header logo above login form.
Parameters
- $login_header_title
(string)Login header logo title attribute.
Source
File: wp-login.php
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Use 'login_headertext' instead. |
| 2.1.0 | Introduced. |