Manual:Hooks/MathAfterTexvc
From MediaWiki.org
|
|
This feature has been deprecated and should not be used with current versions of MediaWiki. This feature was deprecated (or possibly removed completely) in version 1.18.0. |
| MathAfterTexvc | |
|---|---|
| Available from version 1.7.0 Removed in version 1.18.0 Called after Tex is processed just before saving the image to the right position and writing to database |
|
*Define function: |
function fnMyHook( &$math, &$errmsg ) { ... }
|
*Attach hook: |
$wgHooks['MathAfterTexvc'][] = 'MyExtensionHooks::someExample'; |
| Called from: | Math.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:MathAfterTexvc extensions.
[edit] Details
- $math: current math object
- $errmsg: error message