login_headertext

login_headertext

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('login_headertext') is found 1 times:

  • /wp-login.php line 163
    	 * @since 5.2.0
    	 *
    	 * @param string $login_header_text The login header logo link text.
    	 */
    	$login_header_text = apply_filters( 'login_headertext', $login_header_text );
    
    	$classes = array( 'login-action-' . $action, 'wp-core-ui' );
    
    	if ( is_rtl() ) {
    		$classes[] = 'rtl';
    	}