Manual:Hooks/SpecialListusersQueryInfo
From MediaWiki.org
| SpecialListusersQueryInfo | |
|---|---|
| Available from version 1.13.0 called right before the end of UsersPager::getQueryInfo() |
|
*Define function: |
function fnMyHook( $pager, &$query ) { ... }
|
*Attach hook: |
$wgHooks['SpecialListusersQueryInfo'][] = 'MyExtensionHooks::someExample'; |
| Called from: | SpecialListusers.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:SpecialListusersQueryInfo extensions.
[edit] Details
- $pager: The UsersPager instance
- &$query: The query array to be returned