< Manual:Hooks
![]() | This feature was removed from MediaWiki core in version 1.19.0 (after being deprecated in 1.7.0). Please see $wgLogHeaders for an alternative way to use this feature. |
LogPageLogHeader | |
---|---|
Available from version 1.5.0 Removed in version 1.19.0 | |
Define function: | public static function onLogPageLogHeader( &$headerText ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"LogPageLogHeader": "MyExtensionHooks::onLogPageLogHeader"
}
}
|
Called from: | File(s): Setup.php |
Interface: | LogPageLogHeaderHook.php |
For more information about attaching hooks, see Manual:Hooks
For examples of extensions using this hook, see Category:LogPageLogHeader extensions.
Details
- $headerText: array of strings
See also
- LogPageLogName
- LogPageValidTypes
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.