You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2021. It is now read-only.
I tinkered a bit around with the new plugins API and thought that a hook that fires right after all plugins have been loaded might be kind of useful. As plugins are loaded in a certain order, it is currently not possible to execute something right after plugins have been loaded.
There a few use-cases where this might become handy for developers:
Detect which other plugins have been loaded and adapt behavior according to this.
Decorate field methods, Kirbytags or Thumb drivers with a wrapper function to provide additional functionality.