MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onBeforeWelcomeCreation (&$welcome_creation_msg, &$injected_html) | |
This hook is called before the welcomecreation message is displayed to a newly created user. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "BeforeWelcomeCreation" to register handlers implementing this interface.
Definition at line 12 of file BeforeWelcomeCreationHook.php.
MediaWiki\Hook\BeforeWelcomeCreationHook::onBeforeWelcomeCreation | ( | & | $welcome_creation_msg, |
& | $injected_html ) |
This hook is called before the welcomecreation message is displayed to a newly created user.
string | &$welcome_creation_msg | MediaWiki message name to display on the welcome screen to a newly created user account. |
string | &$injected_html | Any HTML to inject after the "logged in" message of a newly created user account |
Implemented in MediaWiki\HookContainer\HookRunner.