Extension:Math/Hooks/MathFormulaPostRender

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.