Now you need to decide what hooks, if any, the plugin will use.

If your plugin needs to override or enhance an existing part of code, then you most likely need to register some hooks. If you are adding new functionality, then you may just skip this section entirely.

<%if error%>

<%error%>

<%endif%> <%if results%>

<%results%>

<%endif%> <%if hooks%>

Existing Hooks:

<%hooks%>

<%endif%>

Add New Hook:

Name
Type
Code

<%if sid%> <%endif%>