MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSiteNoticeAfter (&$siteNotice, $skin) | |
This hook is called after the sitenotice/anonnotice is composed. | |
Stable to implement.
Definition at line 11 of file SiteNoticeAfterHook.php.
MediaWiki\Hook\SiteNoticeAfterHook::onSiteNoticeAfter | ( | & | $siteNotice, |
$skin | |||
) |
This hook is called after the sitenotice/anonnotice is composed.
string | &$siteNotice | HTML sitenotice. Alter the contents of $siteNotice to add to/alter the sitenotice/anonnotice. |
Skin | $skin |
Implemented in MediaWiki\HookContainer\HookRunner.