apply_filters( 'admin_email_remind_interval', int $interval )
Filters the interval for dismissing the admin email confirmation screen.
Description
If 0
(zero) is returned, the "Remind me later" link will not be displayed.
Parameters
- $interval
-
Interval time (in seconds). Default is 3 days.
Source
File: wp-login.php
Changelog
Version | Description |
---|---|
5.3.1 | Introduced. |