Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-recovery-mode.php | apply_filters | 331 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $valid_for | The number of seconds the link is valid for. |