die;
} /**
* Cleans any recovery mode keys that have expired according to the link TTL.
*
* Executes on a daily cron schedule.
*
* @since 5.2.0
*/
public function clean_expired_keys() { $this->key_service->
clean_expired_keys( $this->
get_link_ttl() );
} /**
* Handles checking for the recovery mode cookie and validating it.
*
* @since 5.2.0
*/
protected function handle_cookie() { $validated =
$this->cookie_service->
validate_cookie();
if ( is_wp_error( $validated ) ) {