LLMS_Controller_Account::lost_password()
Handle form submission of the Lost Password form
Description Description
This is the form that sends a password recovery email with a link to reset the password.
Return Return
(null|WP_Error|true) null when nonce cannot be verified. WP_Error when an error is encountered. true on success.
Source Source
File: includes/forms/controllers/class.llms.controller.account.php
Changelog Changelog
| Version | Description |
|---|---|
| 4.21.3 | Increase 3rd party support for WP core hooks. |
| 3.9.5 | Unknown. |
| 3.8.0 | |
| 3.37.17 | Refactored for readability and added new hooks. |
| 3.35.0 | Introduced. |