X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FAddons.md;h=9260ee013ca7eab0eb05bc0419a3b7eb077c7ab7;hb=84cff912832a5b77e1a303ede18002094568e16b;hp=d448b026b8cd8cf6d1fa23cf11cd747161c106f1;hpb=75c74e856290a712344ad6b4042ef07ef661d584;p=friendica.git diff --git a/doc/Addons.md b/doc/Addons.md index d448b026b8..9260ee013c 100644 --- a/doc/Addons.md +++ b/doc/Addons.md @@ -706,6 +706,14 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep- Hook::callAll('page_header', DI::page()['nav']); Hook::callAll('nav_info', $nav); +### src/Core/Authentication.php + + Hook::callAll('logged_in', $a->user); + +### src/Core/StorageManager + + Hook::callAll('storage_instance', $data); + ### src/Worker/Directory.php Hook::callAll('globaldir_update', $arr);