Manual:Hooks/UserGetAllRights
From MediaWiki.org
| UserGetAllRights | |
|---|---|
| Available from version 1.13.0 After calculating a list of all available rights |
|
*Define function: |
function fnMyHook( &$rights ) { ... }
|
*Attach hook: |
$wgHooks['UserGetAllRights'][] = 'fnMyHook'; |
| Called from: | User.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:UserGetAllRights extensions.
[edit] Details
- &$rights: Array of rights, which may be added to.