Uses
| Uses | Description | 
|---|---|
| wp-includes/class-wp-recovery-mode.php: WP_Recovery_Mode::get_link_ttl() | Gets the number of seconds the recovery mode link is valid for. | 
Cleans any recovery mode keys that have expired according to the link TTL.
Executes on a daily cron schedule.
File: wp-includes/class-wp-recovery-mode.php
public function clean_expired_keys() {
		$this->key_service->clean_expired_keys( $this->get_link_ttl() );
	}  | Version | Description | 
|---|---|
| 5.2.0 | Introduced. | 
    © 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/classes/wp_recovery_mode/clean_expired_keys