Manual:Hooks/LogPageActionText
Jump to navigation
Jump to search
![]() | This feature was removed completely in version 1.19.0. |
LogPageActionText | |
---|---|
Available from version 1.6.0 Removed in version 1.19.0 Strings used by wfMsg as a header. |
|
Define function: |
public static function onLogPageActionText( &$actionText ) { ... }
|
Attach hook: |
In extension.json: {
"Hooks": {
"LogPageActionText": "MyExtensionHooks::onLogPageActionText"
}
}
For MediaWiki ≤1.25: $wgHooks['LogPageActionText'][] = 'MyExtensionHooks::onLogPageActionText';
|
Called from: | File(s): Setup.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:LogPageActionText extensions.
![]() | Since MediaWiki 1.7.0, use $wgLogActions instead. |
Details[edit]
- $actionText - Array of strings