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
$intervalint- Interval time (in seconds). Default is 3 days.
Source
$remind_interval = (int) apply_filters( 'admin_email_remind_interval', 3 * DAY_IN_SECONDS );
Changelog
| Version | Description |
|---|---|
| 5.3.1 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.