Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/user.php | apply_filters | 2975 | /** * Filters the expiration time of password reset keys. * * @since 4.3.0 * * @param int $expiration The expiration time in seconds. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $expiration | The expiration time in seconds. |