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.
Parameters Parameters
- $notify_admin
-
(bool) If
true
, the admin will be notified. - $user
-
(WP_User) User object.
Source Source
File: includes/forms/controllers/class.llms.controller.account.php
Changelog Changelog
Version | Description |
---|---|
3.37.17 | Introduced. |