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
int -
Interval time (in seconds). Default is 6 months.
Source
File: wp-login.php
.
View all references
$admin_email_check_interval = (int) apply_filters( 'admin_email_check_interval', 6 * MONTH_IN_SECONDS );
Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |
User Contributed Notes
-
Skip to note 1 content You must log in to vote on the helpfulness of this noteVote results for this note: 0You must log in to vote on the helpfulness of this note -
Skip to note 2 content You must log in to vote on the helpfulness of this noteVote results for this note: 0You must log in to vote on the helpfulness of this note