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