do_action( 'generate_recovery_mode_key', string $token, string $key )

Fires when a recovery mode key is generated.


Description Description


Parameters Parameters

$token

(string) The recovery data token.

$key

(string) The recovery mode key.


Top ↑

Source Source

File: wp-includes/class-wp-recovery-mode-key-service.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.