Codex

Function Reference/wp password change notification

Contents

Description

Notify the blog admin of a user changing password, normally via email.

This function can be replaced via plugins. If plugins do not redefine these functions, then this will be used instead.

Usage

<?php wp_password_change_notification$user ?>

Parameters

$user
(object) (required) User Object
Default: None

Return Values

(void) 
This function does not return a value.

Examples

Change Log

Source File

wp_password_change_notification() is located in wp-includes/pluggable.php

Related

See also index of Function Reference and index of Template Tags.