X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=addon%2FREADME;h=33b84e10d08d830d0620e6fc4e6d82dc19968dc0;hb=76ed216aaadcdaeb5010ed663573ae02f63577ad;hp=89f39e399e759cad906147c0c0dd36728e91e240;hpb=b2176538f4aea9096c50f738cca840024bf9c53e;p=friendica.git diff --git a/addon/README b/addon/README index 89f39e399e..33b84e10d0 100644 --- a/addon/README +++ b/addon/README @@ -100,9 +100,13 @@ Current hooks: 'contact' => contact (array) record for the person from the database 'entry' => the (string) HTML of the generated entry +'profile_sidebar_enter' - called prior to generating the sidebar "short" profile for a page + $b is (array) the person's profile array + 'profile_sidebar' - called when generating the sidebar "short" profile for a page - $b is the (string) generated HTML of the entry - (The profile array details are in $a->profile) + $b is an array + 'profile' => profile (array) record for the person from the database + 'entry' => the (string) HTML of the generated entry 'contact_block_end' - called when formatting the block of contacts/friends on a profile sidebar has completed