WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about login_headertext

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-login.php apply_filters 161 /**
* Filters the link text of the header logo above the login form.
*
* @since 5.2.0
*
* @param string $login_header_text The login header logo link text.
*/

Hook Parameters

Parameter Type Name Description
string $login_header_text The login header logo link text.