Leave a Reply

1 comment

  1. There is an action for that:

    add_action( 'login_head', 'wpse_41844_favicon' );
    
    function wpse_41844_favicon()
    {
    ?>
    <link rel='shortcut icon' href='/favicon.ico'>
    <?php
    }