-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
For a plugin to be able to add information to for example the footer or the header i think we need to implement hooks in the ddEventz class.
this would be working like this.
- load all plugins and check their hooks.
- generate the feed(run the plugin)
- the plugin then hooks into one of the different hooks.
- the data is presented in order(header, main, footer) etc.
Some early hooks would probably only be:
- headercontent
- footercontent
but when building the infrastructure for this i am sure we can find other hooks. ESPECIALLY when later writing the admin frontend for the events and plugins.