wpseek.com
A WordPress-centric search engine for devs and theme authors



generate_recovery_mode_key › WordPress Action Hooks

Since5.2.0
Deprecatedn/a
do_action( 'generate_recovery_mode_key', $token, $key )
Parameters: (2)
  • (string) $token The recovery data token.
    Required: Yes
  • (string) $key The recovery mode key.
    Required: Yes
Defined at:
Codex:

Fires when a recovery mode key is generated.





Source

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