WP_Recovery_Mode_Email_Service::clear_rate_limit(): bool In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Clears the rate limit, allowing a new recovery mode email to be sent immediately. Return bool True on success, false on failure. Source public function clear_rate_limit() { return delete_option( self::RATE_LIMIT_OPTION ); } View all references View on Trac View on GitHub Related UsesDescriptiondelete_option()wp-includes/option.phpRemoves an option by name. Prevents removal of protected WordPress options. Changelog VersionDescription5.2.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.