< Extension:Math < Hooks
MathFormulaPostRender | |
---|---|
Available from version 1.25.0 (Gerrit change 189348) This hook is called after Rendering was done before printing output $Result |
|
Define function: | public static function onMathFormulaPostRender( Parser $parser, MathRenderer &$Renderer, &$Result = null ) { ... }
|
Attach hook: | $wgHooks['MathFormulaPostRender'][] = 'MyExtensionHooks::onMathFormulaPostRender';
|
Called from: | File(s): Math / MathHooks.php |
For more information about attaching hooks, see Manual:Hooks
For examples of other extensions using this hook, see Category:MathFormulaPostRender extensions.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.