Clears the rate limit, allowing a new recovery mode email to be sent immediately.
public function clear_rate_limit() {
return delete_option( self::RATE_LIMIT_OPTION );
}
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_recovery_mode_email_service/clear_rate_limit