Manual:Hooks/SetupAfterCache

From MediaWiki.org

Jump to: navigation, search
SetupAfterCache
Available from version 1.14.0
Called in Setup.php, after cache objects are set

*Define function:
function fnMyHook(   ) { ... }

*Attach hook:
$wgHooks['SetupAfterCache'][] = 'fnMyHook';
Called from: Setup.php

*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:SetupAfterCache extensions.