To change the title attribute of WordPress login logo function custom_login_title() { return 'Your desired text'; } add_filter('login_headertitle', 'custom_login_title');