W3cubDocs

/WordPress

apply_filters_deprecated( ‘login_headertitle’, string $login_header_title )

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

Parameters

$login_header_titlestring
Login header logo title attribute.

Source

$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

Version Description
5.2.0 Use 'login_headertext' instead.
2.1.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/login_headertitle