Extension:Renameuser/Hooks/RenameUserComplete
RenameUserComplete | |
---|---|
Available from version ??? Called after a user was renamed |
|
Define function: | public static function onRenameUserComplete( $uid, $old, $new ) { ... }
|
Attach hook: | $wgHooks['RenameUserComplete'][] = 'MyExtensionHooks::onRenameUserComplete';
|
Called from: | File(s): Renameuser / includes/RenameuserSQL.php Function(s): rename |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:RenameUserComplete extensions.
DetailsEdit
- $uid: The user ID
- $old: The new username
- $new: The old username