send_password_change_email

Advertisement

Summery Summery

Filters whether to send the password change email.

Syntax Syntax

apply_filters( 'send_password_change_email', bool $send, array $user, array $userdata )

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

Changelog
Version Description
4.3.0 Introduced.

See also See also

Advertisement

Leave a Reply