Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Controller_Account::reset_password_handler()
Handle the submission of the password reset form.
Description Description
Return Return
(null|WP_Error|true) Returns null
when the nonce can't be verified, on failure a WP_Error
object, and true
on success.
Source Source
File: includes/forms/controllers/class.llms.controller.account.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |