Table nucleus_plugin_event

A cache that remembers which plugins are registered to which events. Thsi information is stored to avoid having to load all plugins on each requests just to find out which events they want to have. More info on plugins events

Column Name Type Default Description
pid int(11) '0' Plugin ID
event varchar(40) NULL Name of event
SQL Table Reference