Summery Summery
Filters the contents of the password change notification email sent to the site admin.
Syntax Syntax
Parameters Parameters
- $wp_password_change_notification_email
-
Used to build wp_mail().
- 'to'
(string) The intended recipient - site admin email address. - 'subject'
(string) The subject of the email. - 'message'
(string) The body of the email. - 'headers'
(string) The headers of the email.
- 'to'
- $user
-
User object for user whose password was changed.
- $blogname
-
The site title.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |