Extension:LiquidThreads/Hooks/LiquidThreadsIsLqtPage
LiquidThreadsIsLqtPage | |
---|---|
Available from version ??? (Gerrit change 173824) |
|
Define function: | public static function onLiquidThreadsIsLqtPage( Title $title, bool &$isTalkPage ) { ... }
|
Attach hook: | $wgHooks['LiquidThreadsIsLqtPage'][] = 'MyExtensionHooks::onLiquidThreadsIsLqtPage';
|
Called from: | File(s): LiquidThreads / includes/LqtDispatch.php Function(s): isLqtPage |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:LiquidThreadsIsLqtPage extensions.
Parameters
edit$title
: An instance ofTitle
&$isTalkPage
: Abool
that represents whether the page is a talk page