Action hook 'wp_set_password'

in WP Core File wp-includes/pluggable.php at line 2791

Description

Fires after the user password is set.

Occurrences

Filename Line Number
wp-includes/pluggable.php 2791

Parameters

Type Name Description
string $password The plaintext password just set.
int $user_id The ID of the user whose password was just set.

PHP Doc

/**
		 * Fires after the user password is set.
		 *
		 * @since 6.2.0
		 *
		 * @param string $password The plaintext password just set.
		 * @param int    $user_id  The ID of the user whose password was just set.
		 */