wpseek.com
A WordPress-centric search engine for devs and theme authors



admin_email_check_interval › WordPress Filter Hooks

Since5.3.0
Deprecatedn/a
apply_filters( 'admin_email_check_interval', 6 * MONTH_IN_SECONDS )
Parameters:
  • (int) $interval Interval time (in seconds). Default is 6 months.
    Required: Yes
Defined at:
Codex:

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

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





Source

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