MediaWiki REL1_35
BeforeWelcomeCreationHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
21 public function onBeforeWelcomeCreation(
22 &$welcome_creation_msg,
23 &$injected_html
24 );
25}
onBeforeWelcomeCreation(&$welcome_creation_msg, &$injected_html)
This hook is called before the welcomecreation message is displayed to a newly created user.