Extension:Math/Hooks/MathRenderingResultRetrieved
Appearance
From mediawiki.org
MathRenderingResultRetrieved
Define function:
public static function onMathRenderingResultRetrieved( MediaWiki\Extension\Math\MathRenderer $renderer, stdClass &$jsonResult ) { ... }
Attach hook:
$wgHooks['MathRenderingResultRetrieved'][] = 'MyExtensionHooks::onMathRenderingResultRetrieved';
Called from:
File(s): Math / MathLaTeXML.php, MathMathML.php
Function(s): doRender, processJsonResult
File(s): Math / MathLaTeXML.php, MathMathML.php
Function(s): doRender, processJsonResult
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:MathRenderingResultRetrieved extensions.