< Manual:Hooks 
 
      | 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: | In extension.json: {
	"Hooks": {
		"OtherBlockLogLink": "MyExtensionHooks::onOtherBlockLogLink"
	}
}
 | 
| Called from: | File(s): specials/SpecialBlock.php, specials/SpecialBlockList.php | 
| Interface: | OtherBlockLogLinkHook.php | 
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:OtherBlockLogLink extensions.
Details
- $otherBlockLink: An array with links to other block logs
- $ip: The requested IP address or username
    This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.