Changeset 58071 for trunk/src/wp-includes/user.php
- Timestamp:
- 05/01/2024 11:42:24 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r57711 r58071 3256 3256 * @type string $headers The headers of the email. 3257 3257 * } 3258 * @ typestring $key The activation key.3259 * @ typestring $user_login The username for the user.3260 * @ typeWP_User $user_data WP_User object.3258 * @param string $key The activation key. 3259 * @param string $user_login The username for the user. 3260 * @param WP_User $user_data WP_User object. 3261 3261 */ 3262 3262 $notification_email = apply_filters( 'retrieve_password_notification_email', $defaults, $key, $user_login, $user_data );
Note: See TracChangeset
for help on using the changeset viewer.