lostpassword_form WordPress Action Hook
The lostpassword_form hook is used to display the password reset form. This form allows users to reset their password if they have forgotten it. The form includes fields for the user's username or email address, and a field for the new password.
do_action( 'lostpassword_form' ) #
Fires inside the lostpassword form tags, before the hidden fields.