generate_recovery_mode_key WordPress Action Hook
The generate_recovery_mode_key hook is used to generate a recovery mode key for a WordPress site. This key is used to access the site in recovery mode, which is a mode that allows you to troubleshoot and repair your site.
do_action( 'generate_recovery_mode_key', string $token , string $key ) #
Fires when a recovery mode key is generated.
Parameters
- $token
(string)The recovery data token.
- $key
(string)The recovery mode key.
Source
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |