X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=addon%2FREADME;h=2e4ed602908512697f011b4feed90653aaf0ae48;hb=bd512ab60c5128cec449a48e7d0736303f961e89;hp=33b84e10d08d830d0620e6fc4e6d82dc19968dc0;hpb=b093bdeace4908cc43ba40ac8c145b6c9a6eb730;p=friendica.git diff --git a/addon/README b/addon/README index 33b84e10d0..2e4ed60290 100644 --- a/addon/README +++ b/addon/README @@ -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