apply_filters( 'login_title', string $login_title , string $title )
Filters the title tag content for login page.
Parameters
- $login_title
-
The page title, with extra context added.
- $title
-
The original page title.
Source
File: wp-login.php
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |