login_form WordPress Action Hook
The login_form hook is used to display the login form for the site. This hook is used by the default login form, but can also be used by other plugins and themes to display a login form.
do_action( 'login_form' ) #
Fires following the ‘Password’ field in the login form.
Contents
More Information
It can be used to customize the built-in WordPress login form. Use in conjunction with ‘login_head‘ (for validation).
Source
File: wp-login.php
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |