Summery Summery
Filters the message body of the password reset mail.
Syntax Syntax
Description Description
If the filtered message is empty, the password reset email will not be sent.
Parameters Parameters
- $message
-
Default mail message.
- $key
-
The activation key.
- $user_login
-
The username for the user.
- $user_data
-
WP_User object.
Source Source
File: wp-login.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.1.0 | Added $user_login and $user_data parameters. |
2.8.0 | Introduced. |