after_password_reset WordPress Action Hook

After a user has reset their password, the after_password_reset hook is called. This hook can be used to log the user in or redirect them to a specific page.

do_action( 'after_password_reset', WP_User $user, string $new_pass ) #

Fires after the user’s password is reset.


Parameters

$user

(WP_User)The user.

$new_pass

(string)New user password.


Top ↑

Source

File: wp-includes/user.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More