apply_filters( ‘recovery_mode_email_rate_limit’, int $rate_limit )

In this article

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

VersionDescription
5.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.