Dev Resources

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

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.

Contents

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

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.


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
5.0.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