This repository has been archived by the owner on Jun 11, 2023. It is now read-only.
- Added new plugin hooks: here is a list
Hooks | Execute in | Note |
---|---|---|
plugin::hook('head') | panel | Executes in header |
plugin::hook('view') | plugin | Executes code when plugin runs |
plugin::hook('profile') | profile | Executes code when profile displays |
plugin::hook('footerJS') | panel | Executes code when footer JS runs |
plugin::hook('panelList') | lib | Execute list when panel list(More...) is ranned |