mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Updated documentation for logged_in hook location
This commit is contained in:
parent
ed52b5d0a9
commit
6b1f490a2a
1 changed files with 5 additions and 4 deletions
|
@ -450,10 +450,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
|
|||
Addon::callHooks('item_photo_menu', $args);
|
||||
Addon::callHooks('jot_tool', $jotplugins);
|
||||
|
||||
### include/security.php
|
||||
|
||||
Addon::callHooks('logged_in', $a->user);
|
||||
|
||||
### include/text.php
|
||||
|
||||
Addon::callHooks('contact_block_end', $arr);
|
||||
|
@ -693,6 +689,11 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
|
|||
Addon::callHooks($a->module.'_post_'.$selname, $o);
|
||||
Addon::callHooks('jot_networks', $jotnets);
|
||||
|
||||
### src/Core/Authentication.php
|
||||
|
||||
Addon::callHooks('logged_in', $a->user);
|
||||
|
||||
|
||||
### src/Core/Worker.php
|
||||
|
||||
Addon::callHooks("proc_run", $arr);
|
||||
|
|
Loading…
Reference in a new issue