Skip to content

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.

  • tagName: Tag token.
  • category: Display category.
  • description: Human-readable description.
  • order: Optional sort order.
  • hidden: Optional hidden flag.

The tag info table.

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