Extension:LiquidThreads/Hooks/LiquidThreadsIsLqtPage

From mediawiki.org
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 of Title
  • &$isTalkPage: A bool that represents whether the page is a talk page