Manual:Hooks/UserCreateForm
From MediaWiki.org
| UserCreateForm | |
|---|---|
| Available from version 1.6.0 Manipulate the user create form |
|
Define function: |
public static function onUserCreateForm( $template ) { ... }
|
Attach hook: |
$wgHooks['UserCreateForm'][] = 'MyExtensionHooks::onUserCreateForm'; |
| Called from: | SpecialUserlogin.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:UserCreateForm extensions.
[edit] Details
- $template: SimpleTemplate instance for the form