WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/wp password change notification

Description

Notify the blog admin of a user changing password, normally via email. This function is normally called when a user resets a lost password, not if the password is changed on their profile page.

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.