W3cubDocs

/WordPress

apply_filters( ‘login_headertext’, string $login_header_text )

Filters the link text of the header logo above the login form.

Parameters

$login_header_textstring
The login header logo link text.

Source

$login_header_text = apply_filters( 'login_headertext', $login_header_text );

Changelog

Version Description
5.2.0 Introduced.

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