Changeset 55057
- Timestamp:
- 01/12/2023 01:12:44 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r55056 r55057 2743 2743 2744 2744 /** 2745 * Fires after the password is set.2745 * Fires after the user password is set. 2746 2746 * 2747 2747 * @since 6.2.0 2748 2748 * 2749 * @param string $password The plain 2750 * @param mixed$user_id The ID of the user whose password was just set.2749 * @param string $password The plaintext password just set. 2750 * @param int $user_id The ID of the user whose password was just set. 2751 2751 */ 2752 2752 do_action( 'wp_set_password', $password, $user_id );
Note: See TracChangeset
for help on using the changeset viewer.