Unregister Pet Battle Hide Frames
Compatibility
Removes an addon frame from ElvUI pet-battle frame management and restores its parent/strata.
NamespaceEModuleCoreLifecyclestable
E:UnregisterPetBattleHideFrames(object)Removes an addon frame from ElvUI pet-battle frame management and restores its parent/strata.
Parameters
Section titled “Parameters”object: Frame object or global frame name.
Returns
Section titled “Returns”None.
Example
Section titled “Example”E:UnregisterPetBattleHideFrames(MyFrame)Pair with RegisterPetBattleHideFrames when addon modules unload.
Source: ElvUI/Game/Shared/General/API.lua:928