Custom Class Color Unregister
Addon Hook
Unregisters a callback previously registered with E:CustomClassColorRegister.
NamespaceEModuleCoreLifecyclestable
E:CustomClassColorUnregister(func)Unregisters a callback previously registered with E:CustomClassColorRegister.
Parameters
Section titled “Parameters”func: Callback function to remove.
Returns
Section titled “Returns”None.
Example
Section titled “Example”E:CustomClassColorUnregister(UpdateAddonColors)Important for addon modules that can be disabled or reloaded independently.
Source: ElvUI/Game/Shared/General/API.lua:747