Dev Resources

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

apply_filters( 'llms_password_reset_send_admin_notification', bool $notify_admin, WP_User $user )

Send the WP Core admin notification when a user’s password is changed via the password reset form.

Contents

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

Description #Description


Parameters #Parameters

$notify_admin

If true, the admin will be notified.

$user

User object.


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