Fires when the login form is initialized.
wp-login.php:540file scope /** * Fires when the login form is initialized. * * @since 3.2.0 */do_action( 'login_init' ); /** * Fires before a specified login form action. * * The dynamic portion of the hook name, `$action`, refers to the action * that brought the visitor to the login form.Introduced in 3.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.