Extension:MathSearch/Hooks/MathSearchGenerateAnchorString

Category:Extension hooks#MathSearchGenerateAnchorString
MathSearchGenerateAnchorString
Available from version ??? (Gerrit change 189413)

Define function:
public static function onMathSearchGenerateAnchorString( $revId, $anchorID, $prefix, &$result ) { ... }
Attach hook:
$wgHooks['MathSearchGenerateAnchorString'][] = 'MyExtensionHooks::onMathSearchGenerateAnchorString';
Called from:File(s): Category:Extension hooks provided by MathSearchMathSearch / includes/MathSearchHooks.php

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

Category:Extension hooks Category:Extension hooks provided by MathSearch