Extension:Renameuser/RenameUserComplete
(Redirected from Manual:Hooks/RenameUserComplete)
RenameUserComplete | |
---|---|
Available from version 1.11 After a sucessful user rename | |
Define function: | public static function onRenameUserComplete( $uid, $oldName, $newName ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"RenameUserComplete": "MyExtensionHooks::onRenameUserComplete"
}
}
|
Called from: | File(s): Renameuser extension |
Interface: | RenameUserCompleteHook.php |
For more information about attaching hooks, see Manual:Hooks .
For examples of extensions using this hook, see Category:RenameUserComplete extensions.
Details[edit]
- $uid: id of the user being renamed
- $oldName: old name
- $newName: new name