Changeset 48585 for trunk/src/wp-includes/user.php
- Timestamp:
- 07/23/2020 07:04:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r48214 r48585 2320 2320 * @since 2.7.0 2321 2321 * 2322 * @param bool $allow 2323 * @param int $ user_data->IDThe ID of the user attempting to reset a password.2322 * @param bool $allow Whether to allow the password to be reset. Default true. 2323 * @param int $ID The ID of the user attempting to reset a password. 2324 2324 */ 2325 2325 $allow = apply_filters( 'allow_password_reset', $allow, $user->ID );
Note: See TracChangeset
for help on using the changeset viewer.