]> git.mxchange.org Git - friendica.git/blobdiff - addon/README
Merge pull request #132 from fabrixxm/master
[friendica.git] / addon / README
index 33b84e10d08d830d0620e6fc4e6d82dc19968dc0..fb1c6340a50cf1d4ba1bc3ac0067575840e64a0e 100644 (file)
@@ -91,6 +91,14 @@ Current hooks:
 'plugin_settings_post' - called when the Addon Settings pages are submitted.
        $b is the $_POST array
 
+'profile_post' - called when posting a profile page.
+       $b is the $_POST array
+
+'profile_edit' - called prior to output of profile edit page
+       $b is array
+               'profile' => profile (array) record from the database
+               'entry' => the (string) HTML of the generated entry
+
 'profile_advanced' - called when the HTML is generated for the 'Advanced profile', 
        corresponding to the 'Profile' tab within a person's profile page.
        $b is the (string) HTML representation of the generated profile
@@ -148,7 +156,8 @@ Current hooks:
 'page_end' - called after HTML content functions have completed
     $b is (string) HTML of content div
 
-
+'jot_plugin' - add tools to jot toolbar
+  $b is (string) HTML for tool icon
 
 
 *** = subject to change