]> git.mxchange.org Git - friendica.git/blobdiff - addon/README
Merge branch 'master' of git://github.com/friendika/friendika
[friendica.git] / addon / README
index 451b6ed7264fcc4702a1badd9e40b9ed8f99958e..83407d6a17e7db9efa3d756b75baa91d3af6d9e8 100644 (file)
@@ -107,6 +107,22 @@ Current hooks:
                'contacts' => contact array of entries
                'output' => the (string) generated HTML of the contact block
 
+'bbcode' - called during conversion of bbcode to html
+       $b is (string) converted text
+
+'html2bbcode' - called during conversion of html to bbcode (e.g. remote message posting)
+       $b is (string) converted text
+
+
+'page_header' - called after building the page navigation section
+       $b is (string) HTML of nav region
+
+
+'personal_xrd' - called prior to output of personal XRD file.
+       $b is an array
+               'user' => the user record for the person
+               'xml' => the complete XML to be output
 
 *** = subject to change