recovery_mode_email_link_ttl

最后更新于:2021-11-27 21:41:10

apply_filters( ‘recovery_mode_email_link_ttl’, int $valid_for )

Filters the amount of time the recovery mode email link is valid for.

参数

$valid_for

(int)
The number of seconds the link is valid for.

源文件

文件: gc-includes/class-gc-recovery-mode.php

View on Trac