Manual:Hooks/LogPageLogHeader
From MediaWiki.org
| LogPageLogHeader | |
|---|---|
| Available from version 1.5.0 |
|
*Define function: |
function fnMyHook(&$headerText) { ... }
|
*Attach hook: |
$wgHooks['LogPageLogHeader'][] = 'fnMyHook'; |
| Called from: | LogPage.php: LogPage.logHeader() |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:LogPageLogHeader extensions.
[edit] Details
- $headerText: array of strings

