wppaste
WordPress

apply_filters_deprecated( 'login_headertitle', string $login_header_title )

Since
2.1.0
Filters the title attribute of the header logo above login form.

Compatibility

Deprecated in WordPress 5.2.0. Use {@see 'login_headertext'} instead.

WordPress
since 2.1.0
  • 6.7.7
  • 6.8.8
  • 6.9.7
  • 7.0.4
  • 7.1.0

Present in every tracked release (6.7.7 to 7.1.0).

Parameters

$login_header_titlestring
Login header logo title attribute.

Where this hook fires · 1

  • wp-login.php:150login_header()

Source code

	 *	 * @since 2.1.0	 * @deprecated 5.2.0 Use {@see 'login_headertext'} instead.	 *	 * @param string $login_header_title Login header logo title attribute.	 */	$login_header_title = apply_filters_deprecated(		'login_headertitle',		array( $login_header_title ),		'5.2.0',		'login_headertext',		__( 'Usage of the title attribute on the login logo is not recommended for accessibility reasons. Use the link text instead.' )	);

Changelog

Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

5.2.0
Deprecated. Use 'login_headertext' instead.from the docblock
2.1.0
Introduced.from the docblock

About this page

Parsed data
Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.