Extension:GlobalBlocking/Hooks/GlobalBlockingBlockedIpRangeMsg
From Linux Web Expert
File:OOjs UI icon alert-destructive.svg | <translate>
This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility. This feature was deprecated in version <tvar name=ver>1.42</tvar>.</translate> |
GlobalBlockingBlockedIpRangeMsg | |
---|---|
Available from version ??? |
|
Define function: | public static function onGlobalBlockingBlockedIpRangeMsg( string &$errorMsg ) { ... }
|
Attach hook: | $wgHooks['GlobalBlockingBlockedIpRangeMsg'][] = 'MyExtensionHooks::onGlobalBlockingBlockedIpRangeMsg';
|
Called from: | File(s): GlobalBlocking / includes/GlobalBlocking.php Function(s): getUserBlockDetails |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:GlobalBlockingBlockedIpRangeMsg extensions.