]> git.mxchange.org Git - friendica.git/blobdiff - doc/Addons.md
Merge pull request #12000 from tobiasd/20221015-vagrant
[friendica.git] / doc / Addons.md
index 3dca7031321f8020a6b6354b0dd469204ed8891c..bbc0ed61c19895537eb6ae95df75a7aa6dcd32b8 100644 (file)
@@ -766,10 +766,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
     Hook::callAll('home_init', $ret);
     Hook::callAll("home_content", $content);
 
-### mod/poke.php
-
-    Hook::callAll('post_local_end', $arr);
-
 ### mod/contacts.php
 
     Hook::callAll('contact_edit_post', $_POST);
@@ -967,10 +963,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
 
     self::callSingle(self::getApp(), 'hook_fork', $fork_hook, $hookdata);
 
-### src/Core/L10n/L10n.php
-
-    Hook::callAll('poke_verbs', $arr);
-
 ### src/Core/Worker.php
 
     Hook::callAll("proc_run", $arr);