On this page
apply_filters( 'recovery_mode_email_rate_limit', int $rate_limit )
Filters the rate limit between sending new recovery mode email links.
Parameters
$rate_limitint-
Time to wait in seconds. Defaults to 1 day.
Source
File: wp-includes/class-wp-recovery-mode.php. View all references
return apply_filters( 'recovery_mode_email_rate_limit', DAY_IN_SECONDS );
Related
Used By
| Used By | Description |
|---|---|
| WP_Recovery_Mode::get_email_rate_limit() wp-includes/class-wp-recovery-mode.php | Gets the rate limit between sending new recovery mode email links. |
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/recovery_mode_email_rate_limit