get_keys() { return (array) get_option( $this->option_name, array() ); } /** * Updates the recovery key records. * * @since 5.2.0 * @since 6.8.0 Each key should now be hashed using wp_fast_hash() instead of phpass. * * @param array $keys { * Associative array of token => data pairs, where the data is an associative * array of information about the key. * * @type array ...$0 { * Information about the key. * * @type string $hashed_key The hashed value of the key. * @type int $created_at The timestamp when the key was created. * } * } * @return bool True on success, false on failure. */ private function update_keys( array $keys ) { return update_option( $this->option_name, $keys, false ); } }
Fatal error: Uncaught Error: Class "WP_Recovery_Mode_Key_Service" not found in /htdocs/wp-includes/class-wp-recovery-mode.php:82 Stack trace: #0 /htdocs/wp-includes/error-protection.php(153): WP_Recovery_Mode->__construct() #1 /htdocs/wp-settings.php(538): wp_recovery_mode() #2 /htdocs/wp-config.php(118): require_once('/htdocs/wp-sett...') #3 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #4 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #5 /htdocs/index.php(17): require('/htdocs/wp-blog...') #6 {main} thrown in /htdocs/wp-includes/class-wp-recovery-mode.php on line 82

Fatal error: Uncaught Error: Class "WP_Recovery_Mode_Key_Service" not found in /htdocs/wp-includes/class-wp-recovery-mode.php:82 Stack trace: #0 /htdocs/wp-includes/error-protection.php(153): WP_Recovery_Mode->__construct() #1 /htdocs/wp-includes/class-wp-fatal-error-handler.php(54): wp_recovery_mode() #2 [internal function]: WP_Fatal_Error_Handler->handle() #3 {main} thrown in /htdocs/wp-includes/class-wp-recovery-mode.php on line 82