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