Updates the recovery key records.
Parameters
$keys
arrayrequired- Associative array of $token => $data pairs, where $data has keys
'hashed_key'
and'created_at'
.
Source
private function update_keys( array $keys ) {
return update_option( $this->option_name, $keys );
}
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.