MediaWiki master
BeforeWelcomeCreationHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
24 public function onBeforeWelcomeCreation(
25 &$welcome_creation_msg,
26 &$injected_html
27 );
28}
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.