Opened 7 years ago
Closed 7 years ago
#48144 closed defect (bug) (fixed)
admin_email_check_interval filter default value
| Reported by: | tmatsuur | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.3 |
| Component: | Login and Registration | Version: | 5.3 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Suggestion for admin_email_check_interval filter added in 5.3.
wp-login.php: 599
$admin_email_check_interval = (int) apply_filters( 'admin_email_check_interval', 6 * MONTH_IN_SECONDS );
wp-login.php: 1240
$admin_email_check_interval = (int) apply_filters( 'admin_email_check_interval', 180 * DAY_IN_SECONDS );
I think it should be unified to either.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 46319: