Manual:Hooks/ListDefinedTags
From MediaWiki.org
| ListDefinedTags | |
|---|---|
| Available from version 1.15.0 When trying to find all defined tags. |
|
*Define function: |
function fnMyHook( &$tags ) { ... }
|
*Attach hook: |
$wgHooks['ListDefinedTags'][] = 'fnMyHook'; |
| Called from: | ChangeTags.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:ListDefinedTags extensions.
[edit] Details
- &$tags: The list of tags.