Uses
Uses | Description |
---|---|
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Gets the recovery key records.
(array) Associative array of $token => $data pairs, where $data has keys 'hashed_key' and 'created_at'.
File: wp-includes/class-wp-recovery-mode-key-service.php
private function get_keys() { return (array) get_option( $this->option_name, array() ); }
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_key_service/get_keys