Filter hook 'admin_email_remind_interval'

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

Description

Filters the interval for dismissing the admin email confirmation screen. If `0` (zero) is returned, the "Remind me later" link will not be displayed.

Occurrences

Filename Line Number
wp-login.php 613
wp-admin/index.php 146

Parameters

Type Name Description
int $interval Interval time (in seconds). Default is 3 days.

PHP Doc

/**
		 * Filters the interval for dismissing the admin email confirmation screen.
		 *
		 * If `0` (zero) is returned, the "Remind me later" link will not be displayed.
		 *
		 * @since 5.3.1
		 *
		 * @param int $interval Interval time (in seconds). Default is 3 days.
		 */