Summery Summery
Cleans any recovery mode keys that have expired according to the link TTL.
Syntax Syntax
Description Description
Executes on a daily cron schedule.
Source Source
File: wp-includes/class-wp-recovery-mode.php
public function clean_expired_keys() { $this->key_service->clean_expired_keys( $this->get_link_ttl() ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |