Changeset 55056
- Timestamp:
- 01/12/2023 09:03:29 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r55044 r55056 2741 2741 2742 2742 clean_user_cache( $user_id ); 2743 2744 /** 2745 * Fires after the password is set. 2746 * 2747 * @since 6.2.0 2748 * 2749 * @param string $password The plain text password just set. 2750 * @param mixed $user_id The ID of the user whose password was just set. 2751 */ 2752 do_action( 'wp_set_password', $password, $user_id ); 2743 2753 } 2744 2754 endif;
Note: See TracChangeset
for help on using the changeset viewer.