Determine Event/Trigger order in Craft CMS
I have an plugin installed in Craft that makes changes to the headers of Craft. I wrote a module to make changes to the headers AFTER the plugin made it’s changes. However the event in my plugin is called BEFORE the plugin is making its changes. The plugin itself has no triggers so I cannot call those.