Lifecycle Hooks
on_load
The on_load
function is called when the plugin is loaded into memory.
on_unload
The on_unload
function is called when the plugin is unloaded from memory.
on_start
The on_start
function is called when the plugin is started.
on_stop
The on_stop
function is called when the plugin is stopped.
Last updated
Was this helpful?