Manual:Hooks/ParserAfterStrip

From MediaWiki.org
Jump to: navigation, search
ParserAfterStrip
Available from version 1.5.0


*Define function:
function fnMyHook( &$parser, &$text, &$strip_state ) { ... }

*Attach hook:
$wgHooks['ParserAfterStrip'][] = 'MyExtensionHooks::someExample';
Called from: Parser.php

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


Please see Manual:Hooks/ParserBeforeStrip for details on how to use this hook.

[edit] See also

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox