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.
$hashed_keystring
The hashed value of the key.
$created_atint
The timestamp when the key was created. }
Return
bool
True on success, false on failure.
Uses · 1
update_option()Updates the value of an option that was already added.
Signature, return type and hooks compared across 5 parsed releases.
6.8.0
Each key should now be hashed using wp_fast_hash() instead of phpass.from the docblock
5.2.0
Introduced.from the docblock
About this page
Parsed data
Generated from the wordpress-develop 7.0.4 tag, from src/wp-includes/class-wp-recovery-mode-key-service.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.