Extension:CreateWiki/Hooks/CreateWikiStateOpen
Appearance
From mediawiki.org
CreateWikiStateOpen | |
---|---|
Available from version ??? Please edit this page to enter a summary. |
|
Define function: | public static function onCreateWikiStateOpen( string $dbname ) { ... } |
Attach hook: | $wgHooks['CreateWikiStateOpen'][] = 'MyExtensionHooks::onCreateWikiStateOpen'; |
Called from: | File(s): CreateWiki / |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:CreateWikiStateOpen extensions.