Timing of `em_output_events_view_header` is wrong since 7.0
-
Due to refactoring, this action now fires before the search form is output.
It used to fire after the search form, before the main content. It was useful in conjunction with
em_output_events_view_footerto wrap the main content.But I don’t want to wrap the content including the search form.
Would it be possible to move this action back to its previous firing position, i.e. after the search form and just before the main content? Or perhaps introduce another action that fires just before the main content is output?
You must be logged in to reply to this topic.