X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FAddons.md;h=171b5681a19f90de915514fea9dd19805b14ebe5;hb=548fd3201d7da8b790cfe1681472b7fc83216124;hp=b43a8a915d247b5780eb05a718de8931b7733194;hpb=7fc37832f77a54a1018afe951788c6e98bfdf3f3;p=friendica.git diff --git a/doc/Addons.md b/doc/Addons.md index b43a8a915d..171b5681a1 100644 --- a/doc/Addons.md +++ b/doc/Addons.md @@ -790,10 +790,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep- Hook::callAll('post_local', $datarray); Hook::callAll('post_local_end', $datarray); -### mod/editpost.php - - Hook::callAll('jot_tool', $jotplugins); - ### src/Render/FriendicaSmartyEngine.php Hook::callAll("template_vars", $arr); @@ -855,6 +851,10 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep- Hook::callAll('lockview_content', $item); +### src/Module/Post/Edit.php + + Hook::callAll('jot_tool', $jotplugins); + ### src/Module/Settings/Delegation.php Hook::callAll('authenticate', $addon_auth);