The goal is to provide a documentation listing the hooks that plugin developers can use to enhance Piwik.
Each hook would be listed with the name, and a quick documentation of the parameters and data array (if any).
Tasks to do:
- decide on a naming convention for naming the hooks in Piwik #613
- how could we auto generate the documentation for the hooks? Example of [drupal list of hooks](http://api.drupal.org/api/group/hooks/6)
- Also provide a sample list of the hooks triggered
– on the dashboard homepage
– in a widget
– during archiving
This could be done by adding logging in the plugin hook handling code.
The goal is to provide a documentation listing the hooks that plugin developers can use to enhance Piwik.
Each hook would be listed with the name, and a quick documentation of the parameters and data array (if any).
Tasks to do:
- decide on a naming convention for naming the hooks in Piwik #613
- how could we auto generate the documentation for the hooks? Example of [drupal list of hooks](http://api.drupal.org/api/group/hooks/6)
- Also provide a sample list of the hooks triggered
– on the dashboard homepage
– in a widget
– during archiving
This could be done by adding logging in the plugin hook handling code.