ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Functions
  • login_header
  • login_title

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

View on GitHub


Related

Used By

Used By
Used By Description
wp-login.php: login_header()

Output the login page header.


Changelog

Changelog
Version Description
4.9.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy