Summery Summery
Clears the rate limit, allowing a new recovery mode email to be sent immediately.
Syntax Syntax
Return Return
(bool) True on success, false on failure.
Source Source
File: wp-includes/class-wp-recovery-mode-email-service.php
* @return bool True on success, false on failure. */ public function clear_rate_limit() {
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |