wpseek.com
A WordPress-centric search engine for devs and theme authors



lost_password › WordPress Action Hooks

Since5.1.0
Deprecatedn/a
do_action( 'lost_password', $errors )
Parameters:
  • (WP_Error) $errors A `WP_Error` object containing any errors generated by using invalid credentials. Note that the error object may not contain any errors.
    Required: Yes
Defined at:
Codex:

Fires before the lost password form.





Source

do_action( 'lost_password', $errors );