WP_Recovery_Mode::clean_expired_keys()

In this article

Cleans any recovery mode keys that have expired according to the link TTL.

Description

Executes on a daily cron schedule.

Source

public function clean_expired_keys() {
	$this->key_service->clean_expired_keys( $this->get_link_ttl() );
}

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

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