login_header WordPress Action Hook
The login_header hook is used to customize the login page header. It is used to add custom content to the login page header, such as a custom logo or custom text.
do_action( 'login_header' ) #
Fires in the login page header after the body tag is opened.