recovery_mode_email_rate_limit WordPress Filter Hook
The recovery_mode_email_rate_limit hook allows you to set the number of emails that can be sent per hour while in recovery mode. This can be useful if you want to limit the number of emails that are sent out during a time of increased activity on your site.
apply_filters( 'recovery_mode_email_rate_limit', int $rate_limit ) #
Filters the rate limit between sending new recovery mode email links.
Parameters
- $rate_limit
(int)Time to wait in seconds. Defaults to 1 day.
Source
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |