< Manual:Hooks 
 
        
      | SpecialCreateAccountBenefits | |
|---|---|
| Available from version 1.40.0 (Gerrit change 884482) Replace the default signup page content about the benefits of registering an account ("Wikipedia is made by people like you...") on Special:CreateAccount. | |
| Define function: | public static function onSpecialCreateAccountBenefits( ?string &$html, array $info, array &$options ) { ... }
 | 
| Attach hook: | In extension.json: {
	"Hooks": {
		"SpecialCreateAccountBenefits": "MyExtensionHooks::onSpecialCreateAccountBenefits"
	}
}
 | 
| Called from: | File(s): specialpage/LoginSignupSpecialPage.php Function(s): getPageHtml | 
| Interface: | SpecialCreateAccountBenefitsHook.php | 
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:SpecialCreateAccountBenefits extensions.
    This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.