Filters the rate limit between sending new recovery mode email links.
Parameters
$rate_limitint- Time to wait in seconds. Defaults to 1 day.
Source
return apply_filters( 'recovery_mode_email_rate_limit', DAY_IN_SECONDS );
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.