From: Michael Date: Sat, 10 Nov 2018 16:55:12 +0000 (+0000) Subject: Added documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d8a343ab2f6c40187064e29696a678054df2f7e;p=friendica.git Added documentation --- diff --git a/doc/Addons.md b/doc/Addons.md index 50febf7214..bf139aea7f 100644 --- a/doc/Addons.md +++ b/doc/Addons.md @@ -693,6 +693,9 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep- Addon::callHooks('logged_in', $a->user); +### src/Core/Hook.php + + self::callSingle(self::getApp(), 'hook_fork', $fork_hook, $hookdata); ### src/Core/Worker.php