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



admin_email_check_interval › WordPress过滤钩子

Since5.3.0
已弃用n/a
apply_filters( 'admin_email_check_interval', 6 * MONTH_IN_SECONDS )
参数:
  • (int) $interval Interval time (in seconds). Default is 6 months.
    Required: Yes
定义在:
文档:

Filters the interval for redirecting the user to the admin email confirmation screen.

If 0 (zero) is returned, the user will not be redirected.





源码

$admin_email_check_interval = (int) apply_filters( 'admin_email_check_interval', 6 * MONTH_IN_SECONDS );