]> git.mxchange.org Git - friendica.git/blobdiff - doc/Addons.md
Move Photo module, update Photo model
[friendica.git] / doc / Addons.md
index 50febf7214abde7abcd9dbc1550604a82004875b..bf139aea7f1e831084646558d3528332d81848a0 100644 (file)
@@ -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