Sol.hooks.UnHook
From Runes of Magic Wiki - The Runes of Magic
Sol.hooks.UnHook = function(addonName, fnName, frame) Unhook functions to restore the system to its normal state. If the function hasn't been hooked using Sol, does nothing. Parameters: + addonName - Your addon's name + fnName - The name of the function to unhook + frame - The frame the function is for, or nil

