Warning: This hook has been deprecated. Use ‘login_headertext’ instead.

login_headertitle WordPress Hook

The login_headertitle hook is used to change the title of the login page. This can be useful if you want to branding or customize the login page for your site.

apply_filters_deprecated( 'login_headertitle', string $login_header_title ) #

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


Parameters

$login_header_title

(string)Login header logo title attribute.


Top ↑

Source

File: wp-login.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.2.0Use 'login_headertext' instead.
2.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.