Manual:Hooks/LogPageLogHeader

From MediaWiki.org

Jump to: navigation, search
LogPageLogHeader
Available from version 1.5.0


*Define function:
function fnMyHook(&$headerText) { ... }

*Attach hook:
$wgHooks['LogPageLogHeader'][] = 'fnMyHook';
Called from: Setup.php

*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

[edit] See also

Personal tools