Fire before user reset password button.
Source
File: /templates/account/form-lostpassword.php
Used by: /templates/account/form-lostpassword.php
Example:
function prefix_wp_travel_lostpassword_form() { esc_html_e( ‘This is content added using this hook’, ‘text-domain’ ); } add_action( ‘wp_travel_lostpassword_form', 'prefix_wp_travel_lostpassword_form’ );