Login logo links to your site
The logo on the login page links to your home page, with your site’s name, instead of WordPress.org.
<?php
add_filter( 'login_headerurl', static fn() => home_url( '/' ) );
add_filter( 'login_headertext', static fn() => get_bloginfo( 'name', 'display' ) );
In these packs
- Admin and login: Your branding on the login page, a tidier admin, and handy extras such as duplicating posts.