wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



admin_email_check_interval › Filtr WordPress Hooks

Od5.3.0
Przestarzałyn/a
apply_filters( 'admin_email_check_interval', 6 * MONTH_IN_SECONDS )
Parametry:
  • (int) $interval Interval time (in seconds). Default is 6 months.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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