Filter hook 'login_title'

in WP Core File wp-login.php at line 91

Description

Filters the title tag content for login page.

Occurrences

Filename Line Number
wp-login.php 91

Parameters

Type Name Description
string $login_title The page title, with extra context added.
string $title The original page title.

PHP Doc

/**
	 * 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.
	 */