Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/12951/head
Josh Soref 2023-03-26 17:52:57 -04:00
rodzic 2280f22088
commit 14f9e63233
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -44,7 +44,7 @@ Uninstalling an addon automatically unregisters any hook it registered, but if y
The install and uninstall functions will be called (i.e. re-installed) if the addon changes after installation.
Therefore your uninstall should not destroy data and install should consider that data may already exist.
Future extensions may provide for "setup" amd "remove".
Future extensions may provide for "setup" and "remove".
## PHP addon hooks