generate_recovery_mode_key

generate_recovery_mode_key

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('generate_recovery_mode_key') is found 1 times:

  • /wp-includes/class-wp-recovery-mode-key-service.php line 76
    		 *
    		 * @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.