WP_Recovery_Mode_Email_Service::clear_rate_limit()

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


Description Description


Return Return

(bool) True on success, false on failure.


Top ↑

Source Source

File: wp-includes/class-wp-recovery-mode-email-service.php

	public function clear_rate_limit() {
		return delete_option( self::RATE_LIMIT_OPTION );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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