Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Classes / LLMS_Controller_Account / LLMS_Controller_Account::lost_password()

LLMS_Controller_Account::lost_password()

Handle form submission of the Lost Password form

Contents

  • Description
    • Return
    • Source
    • Changelog
  • User Contributed Notes

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.


Top ↑

Source #Source

File: includes/forms/controllers/class.llms.controller.account.php


			

Expand full source code Collapse full source code


Top ↑

Changelog #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.

Top ↑

User Contributed Notes #User Contributed Notes

You must log in before being able to contribute a note or feedback.

Proudly powered by WordPress