Extension:GlobalBlocking/Hooks/GlobalBlockingBlockedIpRangeMsg

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.