ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Hooks
  • admin_email_check_interval

apply_filters( 'admin_email_check_interval', int $interval )

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


Description

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


Parameters

$interval

Interval time (in seconds). Default is 6 months.


Source

File: wp-login.php

View on GitHub


Changelog

Changelog
Version Description
5.3.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy