wpseek.com
WordPress开发者和主题制作者的搜索引擎



recovery_mode_email_link_ttl › WordPress过滤钩子

Since5.2.0
已弃用n/a
apply_filters( 'recovery_mode_email_link_ttl', $valid_for )
参数:
  • (int) $valid_for The number of seconds the link is valid for.
    Required: Yes
定义在:
文档:

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.





源码

$valid_for = apply_filters( 'recovery_mode_email_link_ttl', $valid_for );