WP_Recovery_Mode_Email_Service::clear_rate_limit

Advertisement

Summery Summery

Clears the rate limit, allowing a new recovery mode email to be sent immediately.

Syntax Syntax

WP_Recovery_Mode_Email_Service::clear_rate_limit()

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

Changelog
Version Description
5.2.0 Introduced.

Advertisement

Leave a Reply