do_action( ‘generate_recovery_mode_key’, string $token, string $key )

In this article

Fires when a recovery mode key is generated.

Parameters

$tokenstring
The recovery data token.
$keystring
The recovery mode key.

Source

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

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

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