X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FPlugins.md;h=df60044500647928bde04f1538949349c30ca1df;hb=2bfba93940e9b7eecca7ae3496f1fd24a7cb44f7;hp=29dff3187b33f3d7ba49f8434b096296c9042d98;hpb=94c7289a3f7d8f401a892fd480f2b4b6ab166df9;p=friendica.git diff --git a/doc/Plugins.md b/doc/Plugins.md old mode 100755 new mode 100644 index 29dff3187b..df60044500 --- a/doc/Plugins.md +++ b/doc/Plugins.md @@ -164,10 +164,15 @@ Your module functions will often contain the function plugin_name_content(&$a), **'init_1'** - called just after DB has been opened and before session start $b is not used or passed - **'page_end'** - called after HTML content functions have completed $b is (string) HTML of content div +**'avatar_lookup'** - called when looking up the avatar + $b is (array) + 'size' => the size of the avatar that will be looked up + 'email' => email to look up the avatar for + 'url' => the (string) generated URL of the avatar + A complete list of all hook callbacks with file locations (generated 14-Feb-2012): Please see the source for details of any hooks not documented above.