< Extension:LiquidThreads < Hooks
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
$title
: An instance ofTitle
&$isTalkPage
: Abool
that represents whether the page is a talk page
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.