MediaWiki master
BeforeWelcomeCreationHook.php
Go to the documentation of this file.
1<?php
2
4
24 public function onBeforeWelcomeCreation(
25 &$welcome_creation_msg,
26 &$injected_html
27 );
28}
29
31class_alias( BeforeWelcomeCreationHook::class, 'MediaWiki\\Hook\\BeforeWelcomeCreationHook' );
This is a hook handler interface, see docs/Hooks.md.
onBeforeWelcomeCreation(&$welcome_creation_msg, &$injected_html)
This hook is called before the welcomecreation message is displayed to a newly created user.