apply_filters( ‘send_password_change_email’, bool $send, array $user, array $userdata )

Filters whether to send the password change email.

Description

See also

Parameters

$sendbool
Whether to send the email.
$userarray
The original user array.
$userdataarray
The updated user array.

Source

$send_password_change_email = apply_filters( 'send_password_change_email', true, $user, $userdata );

Changelog

VersionDescription
4.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.