Manual:Hooks/PreferencesUserInformationPanel
From MediaWiki.org
![]() |
This feature was removed completely in version 1.16.0. |
PreferencesUserInformationPanel | |
---|---|
Available from version 1.9.0 Removed in version 1.16.0 Add HTML bits to user information list in preferences form |
|
Define function: |
public static function onPreferencesUserInformationPanel( $form, &$html ) { ... } |
Attach hook: |
$wgHooks['PreferencesUserInformationPanel'][] = 'MyExtensionHooks::onPreferencesUserInformationPanel'; |
Called from: | File(s): SpecialPreferences.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:PreferencesUserInformationPanel extensions.
![]() |
Since 1.16.0, use GetPreferences instead. |
Details[edit | edit source]
- $form : PreferencesForm object
- &$html : HTML to append to