Extension:Math/Hooks/MathFormulaPostRender

From mediawiki.org
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, MediaWiki\Extension\Math\MathRenderer &$Renderer, string &$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.