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



recovery_mode_email_rate_limit › WordPress过滤钩子

Since5.2.0
已弃用n/a
apply_filters( 'recovery_mode_email_rate_limit', DAY_IN_SECONDS )
参数:
  • (int) $rate_limit Time to wait in seconds. Defaults to 1 day.
    Required: Yes
定义在:
文档:

Filters the rate limit between sending new recovery mode email links.





源码

return apply_filters( 'recovery_mode_email_rate_limit', DAY_IN_SECONDS );