Extension:Math/Hooks/MathAfterTexvc

Category:Extension hooks#MathAfterTexvc Category:MediaWiki deprecated or obsolete features#Math/Hooks/MathAfterTexvc
MathAfterTexvc
Available from version 1.7.0 (Gerrit change 189348)
Removed in version 1.32.0Category:Removed extension hooks#MathAfterTexvc
Called after TeX is processed just before saving the image to the right position and writing to database
Define function:
public static function onMathAfterTexvc( &$math, &$errmsg ) { ... }
Attach hook:
$wgHooks['MathAfterTexvc'][] = 'MyExtensionHooks::onMathAfterTexvc';
Called from:File(s): Category:Extension hooks provided by MathMath / MathTexvc.php
Function(s): callTexvc

For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:MathAfterTexvc extensions.

Details

  • $math: current math object
  • $errmsg: error message
Category:Extension hooks Category:Extension hooks provided by Math Category:MediaWiki deprecated or obsolete features Category:Removed extension hooks