Manual:Hooks/LogPageLogName

From MediaWiki.org

Jump to: navigation, search
LogPageLogName
Available from version 1.5.0


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

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

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


[edit] Details

  • $typeText: array of strings

[edit] See also

Personal tools