do_action( 'lostpassword_post', WP_Error $err , WP_User|false $user )
Fires before errors are returned from a password reset request.
Description Description
Mimics WordPress core behavior so 3rd parties don’t need to add special handlers for LifterLMS password reset flows.
Parameters Parameters
- $err
-
(WP_Error) A WP_Error object containing any errors generated by using invalid credentials.
- $user
-
(WP_User|false) WP_User object if found, false if the user does not exist.
Source Source
File: includes/forms/controllers/class.llms.controller.account.php
Changelog Changelog
Version | Description |
---|---|
3.37.17 | Introduced. |