Manual:Hooks/LinksUpdateConstructed
From MediaWiki.org
| LinksUpdateConstructed | |
|---|---|
| Available from version 1.11.0 At the end of LinksUpdate() is contruction. |
|
*Define function: |
function fnMyHook( $linksupdate ) { ... }
|
*Attach hook: |
$wgHooks['LinksUpdateConstructed'][] = 'fnMyHook'; |
| Called from: | LinksUpdate.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:LinksUpdateConstructed extensions.
[edit] Details
$linksupdate - the LinkUpdate object