Manual:Hooks/UserIsBlockedGlobally

UserIsBlockedGlobally
Available from version 1.14.0
Runs before User::mBlockedGlobally is set; can be used to change the blocked status of an IP address or a user
Define function:
public static function onUserIsBlockedGlobally( &$user, $ip, &$blocked, &$block ) { ... }
Attach hook: In extension.json:
{
	"Hooks": {
		"UserIsBlockedGlobally": "MediaWiki\\Extension\\MyExtension\\Hooks::onUserIsBlockedGlobally"
	}
}
Called from: File(s): User.php
Interface: UserIsBlockedGloballyHook.php

For more information about attaching hooks, see Manual:Hooks .
For examples of extensions using this hook, see Category:UserIsBlockedGlobally extensions.

Details edit

  • &$user: User object
  • $ip: IP address of current user
  • &$blocked: blocked flag