login_headertitle

login_headertitle

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.1.1

apply_filters('login_headertitle') is found 1 times:

  • /wp-login.php line 140
    	 * @since 2.1.0
    	 *
    	 * @param string $login_header_title Login header logo title attribute.
    	 */
    	$login_header_title = apply_filters( 'login_headertitle', $login_header_title );
    
    	/*
    	 * To match the URL/title set above, Multisite sites have the blog name,
    	 * while single sites get the header title.
    	 */
    	if ( is_multisite() ) {