wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



admin_email_check_interval › Les Filtres WordPress

Depuis5.3.0
Dépréciéen/a
apply_filters( 'admin_email_check_interval', 6 * MONTH_IN_SECONDS )
Paramètres:
  • (int) $interval Interval time (in seconds). Default is 6 months.
    Requis: Oui
Défini(e) dans:
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 );