Extension:UserMerge/DeleteAccount
From MediaWiki.org
| DeleteAccount | |
|---|---|
| Available from [[MediaWiki 1.19|version 1.19 r89147]] trigger update actions somewhere else when an account is deleted by the UserMerge and Delete action |
|
Define function: |
public static function onDeleteAccount( &$deletedUser ) { ... }
|
Attach hook: |
$wgHooks['DeleteAccount'][] = 'MyExtensionHooks::onDeleteAccount'; |
| Called from: | UserMerge extension |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:DeleteAccount extensions.
Details [edit]
- &$deletedUser: user object of the deleted account
