Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-login.php | apply_filters | 87 | /** * Filters the title tag content for login page. * * @since 4.9.0 * * @param string $login_title The page title, with extra context added. * @param string $title The original page title. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $login_title | The page title, with extra context added. |
string | $title | The original page title. |