Description
Filters the amount of time the recovery mode email link is valid for. The ttl must be at least as long as the email rate limit.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-recovery-mode.php | 331 |
Parameters
Type | Name | Description |
---|---|---|
int | $valid_for | The number of seconds the link is valid for. |
PHP Doc
/**
* Filters the amount of time the recovery mode email link is valid for.
*
* The ttl must be at least as long as the email rate limit.
*
* @since 5.2.0
*
* @param int $valid_for The number of seconds the link is valid for.
*/