Extension:Math/Hooks/MathFormulaRendered
(Redirected from Manual:Hooks/MathFormulaRendered)
This feature was removed from Math in version 1.25.0. Please see MathFormulaPostRender for an alternative way to use this feature. |
MathFormulaRendered | |
---|---|
Available from version 1.23.0 (Gerrit change 85801) Removed in version 1.25.0 |
|
Define function: | public static function onMathFormulaRendered( MathRenderer $Renderer, &$Result = null, $pid = 0, $eid = 0 ) { ... }
|
Attach hook: | $wgHooks['MathFormulaRendered'][] = 'MyExtensionHooks::onMathFormulaRendered';
|
Called from: | File(s): Math / Math.hooks.php |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:MathFormulaRendered extensions.