lostpassword_form
Fires inside the lostpassword form tags, before the hidden fields.
Usage
add_action( 'lostpassword_form', 'wp_kama_lostpassword_form_action' );
/**
* Function for `lostpassword_form` action-hook.
*
* @return void
*/
function wp_kama_lostpassword_form_action(){
// action...
}Changelog
| Since 2.1.0 | Introduced. |
Where the hook is called
In file: /wp-login.php
lostpassword_form
wp-login.php 909
do_action( 'lostpassword_form' );