Filter hook 'admin_email_check_interval'

in WP Core File wp-login.php at line 645

Description

Filters the interval for redirecting the user to the admin email confirmation screen. If `0` (zero) is returned, the user will not be redirected.

Occurrences

Filename Line Number
wp-login.php 645
wp-login.php 1391

Parameters

Type Name Description
int $interval Interval time (in seconds). Default is 6 months.

PHP Doc

/**
			 * Filters the interval for redirecting the user to the admin email confirmation screen.
			 *
			 * If `0` (zero) is returned, the user will not be redirected.
			 *
			 * @since 5.3.0
			 *
			 * @param int $interval Interval time (in seconds). Default is 6 months.
			 */