wpseek.com
A WordPress-centric search engine for devs and theme authors



login_title › WordPress Filter Hooks

Since4.9.0
Deprecatedn/a
apply_filters( 'login_title', $login_title, $title )
Parameters: (2)
  • (string) $login_title The page title, with extra context added.
    Required: Yes
  • (string) $title The original page title.
    Required: Yes
Defined at:
Codex:

Filters the title tag content for login page.





Source

$login_title = apply_filters( 'login_title', $login_title, $title );