generate_recovery_mode_key

generate_recovery_mode_key

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('generate_recovery_mode_key') is found 1 times:

  • /wp-includes/class-wp-recovery-mode-key-service.php line 76
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
         *
         * @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.