diff options
author | friendica <info@friendica.com> | 2012-04-10 15:28:48 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-10 15:28:48 -0700 |
commit | 3c66816938bdc97490dee52e98433164aa9f81a7 (patch) | |
tree | c7c0e189018703459d8b699e6d2d773696eba547 /doc/Plugins.md | |
parent | 35b978bb1e5a935d99015098029f2ed29ff07498 (diff) | |
parent | 1f9fe8b5eeebfb6bc1275cba7dbb4daac1a2e910 (diff) | |
download | volse-hubzilla-3c66816938bdc97490dee52e98433164aa9f81a7.tar.gz volse-hubzilla-3c66816938bdc97490dee52e98433164aa9f81a7.tar.bz2 volse-hubzilla-3c66816938bdc97490dee52e98433164aa9f81a7.zip |
Merge branch 'libravatar' of https://github.com/dawnbreak/friendica into pull
Diffstat (limited to 'doc/Plugins.md')
-rw-r--r-- | doc/Plugins.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/Plugins.md b/doc/Plugins.md index 29dff3187..df6004450 100644 --- 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. |