Dev Resources

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

do_action( 'lostpassword_post', WP_Error $err, WP_User|false $user )

Fires before errors are returned from a password reset request.

Contents

  • Description
    • Parameters
    • Source
    • Changelog
  • User Contributed Notes

Description #Description

Mimics WordPress core behavior so 3rd parties don’t need to add special handlers for LifterLMS password reset flows.


Parameters #Parameters

$err

A WP_Error object containing any errors generated by using invalid credentials.

$user

WP_User object if found, false if the user does not exist.


Top ↑

Source #Source

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


Top ↑

Changelog #Changelog

Changelog
Version Description
3.37.17 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