|
MediaWiki REL1_35
|
Stable to implement. 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. | |
Stable to implement.
Definition at line 9 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.