login_title

login_title

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('login_title') is found 1 times:

  • /wp-login.php line 87
    	 *
    	 * @param string $login_title The page title, with extra context added.
    	 * @param string $title       The original page title.
    	 */
    	$login_title = apply_filters( 'login_title', $login_title, $title );
    
    	?><!DOCTYPE html>
    	<html <?php language_attributes(); ?>>
    	<head>
    	<meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" />
    	<title><?php echo $login_title; ?></title>