Description
Filters the rate limit between sending new recovery mode email links.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-recovery-mode.php | 307 |
Parameters
Type | Name | Description |
---|---|---|
int | $rate_limit | Time to wait in seconds. Defaults to 1 day. |
PHP Doc
/**
* Filters the rate limit between sending new recovery mode email links.
*
* @since 5.2.0
*
* @param int $rate_limit Time to wait in seconds. Defaults to 1 day.
*/