Manual:Hooks/PerformRetroactiveAutoblock
From MediaWiki.org
| PerformRetroactiveAutoblock | |
|---|---|
| Available from version 1.18.0 (r92223) Called before a retroactive autoblock is applied to a user. |
|
Define function: |
public static function onPerformRetroactiveAutoblock( $block, &$blockIds ) { ... }
|
Attach hook: |
$wgHooks['PerformRetroactiveAutoblock'][] = 'MyExtensionHooks::onPerformRetroactiveAutoblock'; |
| Called from: | Block.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:PerformRetroactiveAutoblock extensions.
[edit] Details
- $block: Block object (which is set to be autoblocking)
- &$blockIds: Array of block IDs of the autoblock