WP_Recovery_Mode_Email_Service::clear_rate_limit(): bool

In this article

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 );
}

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

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