Add Tag Info
Tag API
Registers metadata for an ElvUI tag so it appears in tag documentation and selectors.
NamespaceEModuleTagsLifecyclestable
E:AddTagInfo(tagName, category, description, order, hidden)Registers metadata for an ElvUI tag so it appears in tag documentation and selectors.
Parameters
Section titled “Parameters”- tagName: Tag token.
- category: Display category.
- description: Human-readable description.
- order: Optional sort order.
- hidden: Optional hidden flag.
Returns
Section titled “Returns”The tag info table.
Example
Section titled “Example”E:AddTagInfo("myaddon:power", "My AddOn", "Shows custom power.", 1)Call this alongside E:AddTag so addon tags are discoverable.
Source: ElvUI/Game/Shared/Tags/API.lua:70