I wish to add some additional wrapper code around the tribe-events-before-html div. I was planning to use the tribe_events_before_html filter, but see that you call that filter twice in method referenced by this ticket. The result is that my wrapper gets applied twice.
I am attempting to generate output like the following (I have used ‘/’ instead of carets:
/div id=’tribe-events’/
/div class=’my class’/
/div class=’tribe-events-before-html’/
Is this a bug? Or is there a reason this filter is called twice? Should I be using a different filter?