Manual:Hooks/OtherBlockLogLink
From MediaWiki.org
| OtherBlockLogLink | |
|---|---|
| Available from version 1.16.0 Get links to the block log from extensions which blocks users and/or IP addresses too. |
|
Define function: |
public static function onOtherBlockLogLink( $otherBlockLink, $ip ) { ... }
|
Attach hook: |
$wgHooks['OtherBlockLogLink'][] = 'MyExtensionHooks::onOtherBlockLogLink'; |
| Called from: | SpecialBlockip.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:OtherBlockLogLink extensions.
[edit] Details
- $otherBlockLink: An array with links to other block logs
- $ip: The requested IP address or username