lostpassword_form action-hookWP 2.1.0

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 897
do_action( 'lostpassword_form' );

Where the hook is used in WordPress

Usage not found.