Updates the recovery key records.
$keysarrayrequired
'hashed_key' and 'created_at'.private function update_keys( array $keys ) {
return update_option( $this->option_name, $keys, false );
}
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_recovery_mode_key_service/update_keys