Fires when a recovery mode key is generated.
$tokenstring$keystringwp-includes/class-wp-recovery-mode-key-service.php:76WP_Recovery_Mode_Key_Service::generate_and_store_recovery_mode_key() * * @since 5.2.0 * * @param string $token The recovery data token. * @param string $key The recovery mode key. */ do_action( 'generate_recovery_mode_key', $token, $key ); return $key; } /** * Verifies if the recovery mode key is correct.Introduced in 5.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.