On this page
apply_filters( 'login_title', string $login_title, string $title )
Filters the title tag content for login page.
Parameters
$login_titlestring-
The page title, with extra context added.
$titlestring-
The original page title.
Source
File: wp-login.php. View all references
$login_title = apply_filters( 'login_title', $login_title, $title );
Related
Used By
| Used By | Description |
|---|---|
| login_header() wp-login.php | Output the login page header. |
Changelog
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/login_title