Extension:GlobalBlocking/Hooks/GlobalBlockingBlockedIpXffMsg
Deprecated: This feature is deprecated and should no longer be used, however it is still available for reasons of backwards compatibility . |
GlobalBlockingBlockedIpXffMsg | |
---|---|
Available from version ??? |
|
Define function: | public static function onGlobalBlockingBlockedIpXffMsg( string &$blockedIpXffMsg ) { ... }
|
Attach hook: | $wgHooks['GlobalBlockingBlockedIpXffMsg'][] = 'MyExtensionHooks::onGlobalBlockingBlockedIpXffMsg';
|
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:GlobalBlockingBlockedIpXffMsg extensions.