Skip to content

Commit

Permalink
Add plugin lifecycle hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 authored and trasher committed Apr 22, 2022
1 parent 9d95ad9 commit bc274bd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions source/plugins/hooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,21 @@ Hooks that cannot be classified in above categories :)
]
];
``post_plugin_install``
Called after a plugin is installed

``post_plugin_enable``
Called after a plugin is enabled

``post_plugin_disable``
Called after a plugin is disabled

``post_plugin_uninstall``
Called after a plugin is uninstalled

``post_plugin_clean``
Called after a plugin is cleaned (removed from the database after the folder is deleted)

Items business related
++++++++++++++++++++++

Expand Down

0 comments on commit bc274bd

Please sign in to comment.