Manual:Hooks/MakeGlobalVariablesScript
From MediaWiki.org
| MakeGlobalVariablesScript | |
|---|---|
| Available from version 1.14.0 called right before Skin::makeVariablesScript is executed. |
|
*Define function: |
function fnMyHook( &$vars ) { ... }
|
*Attach hook: |
$wgHooks['MakeGlobalVariablesScript'][] = 'fnMyHook'; |
| Called from: | Skin.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:MakeGlobalVariablesScript extensions.