Manual:Hooks/LogPageLogHeader

From MediaWiki.org
Jump to: navigation, search
LogPageLogHeader
Available from version 1.5.0
Removed in version 1.19.0


Define function:
public static function onLogPageLogHeader( &$headerText ) { ... }

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

For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:LogPageLogHeader extensions.


Details [edit]

  • $headerText: array of strings

See also [edit]