Filters the title tag content for login page.
Parameters
$login_title
string- The page title, with extra context added.
$title
string- The original page title.
Source
$login_title = apply_filters( 'login_title', $login_title, $title );
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
Change the title tag content used on the login page.
When using the `wp-login.php` for user login. You may wish to rebrand the title shown in the brower tab to include extra branding.