I know it's possible to hide UI now, but I can't seem to figure this stuff out. I read that if I wanted to hide the default UI then I should do this:
call BlzHideOriginFrames(true)
However, this doesn't hide the UI, it just blacks it out. I have this code running at map initialization. I...