login_headerurl

login_headerurl

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('login_headerurl') is found 1 times:

  • /wp-login.php line 134
    	 * @since 2.1.0
    	 *
    	 * @param string $login_header_url Login header logo URL.
    	 */
    	$login_header_url = apply_filters( 'login_headerurl', $login_header_url );
    
    	$login_header_title = '';
    
    	/**
    	 * Filters the title attribute of the header logo above login form.
    	 *