< Extension:GlobalBlocking < Hooks
| 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.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.