login_form action-hook . WP 2.1.0
Fires following the 'Password' field in the login form.
Usage
add_action( 'login_form', 'action_function_name_8146' ); function action_function_name_8146(){ // action... }
Changelog
Since 2.1.0 | Introduced. |
Where the hook is called
In file: /wp-login.php
login_form
wp-login.php 1453
do_action( 'login_form' );