Awesome suggestion… This will help me out immensely. Unfortunately, the author didn’t create one… I’m revisiting the design. I’m adding persistent logging for meetings.. So I’ll have to add templates
I also found why I was seeing page headers in the chat data. It part of the fixed processing from WP’s main(). It inits, parse_request, sends header and other stuff. Since the chat plugin wasn’t last… other filters added headers junk after I was done filtering.. For some reason, wp_die() doesn’t stop main() after hooking ‘request’.. or action parse_request’, which is what I was expecting Odd..
Your suggestion is a much better approach.
Again thx