aboutsummaryrefslogtreecommitdiffstats
path: root/addon/README
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-07 03:15:52 -0800
committerFriendika <info@friendika.com>2011-01-07 03:15:52 -0800
commit0147520e903789aba3802a306b9f6b14326b486f (patch)
tree9ba1d7cb09d4dd2ba3586147af8b9062413d5019 /addon/README
parent65989470495ef1f45387bdec9779cf644f9a028c (diff)
downloadvolse-hubzilla-0147520e903789aba3802a306b9f6b14326b486f.tar.gz
volse-hubzilla-0147520e903789aba3802a306b9f6b14326b486f.tar.bz2
volse-hubzilla-0147520e903789aba3802a306b9f6b14326b486f.zip
add contact edit hooks
Diffstat (limited to 'addon/README')
-rw-r--r--addon/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/addon/README b/addon/README
index b92b418b4..c6931c2b3 100644
--- a/addon/README
+++ b/addon/README
@@ -130,6 +130,16 @@ Current hooks:
'home_content' - called prior to output home page content, shown to unlogged users
$b is (string) HTML of section region
+'contact_edit' - called when editing contact details on an individual from the Contacts page
+ $b is (array)
+ 'contact' => contact record (array) of target contact
+ 'output' => the (string) generated HTML of the contact edit page
+
+'contact_edit_post' - called when posting the contact edit page
+ $b is the $_POST array
+
+
+
*** = subject to change