Summery Summery
Filters whether to send the password change email.
Syntax Syntax
Parameters Parameters
- $send
-
Whether to send the email.
- $user
-
The original user array.
- $userdata
-
The updated user array.
Source Source
File: wp-includes/user.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |
See also See also
- wp_insert_user(): For
$user
and$userdata
fields.