aboutsummaryrefslogtreecommitdiffstats
path: root/addon/README
diff options
context:
space:
mode:
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