Manual:Hooks/SpecialRecentChangesPanel
From MediaWiki.org
| SpecialRecentChangesPanel | |
|---|---|
| Available from version 1.13.0 Called when building form options in SpecialRecentchanges. |
|
*Define function: |
function fnMyHook( &$extraOpts, $opts ) { ... }
|
*Attach hook: |
$wgHooks['SpecialRecentChangesPanel'][] = 'MyExtensionHooks::someExample'; |
| Called from: | SpecialRecentchanges.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:SpecialRecentChangesPanel extensions.
[edit] Details
- &$extraOpts: array of added items, to which can be added
- $opts: FormOptions for this request
