Manual:Hooks/ParserAfterStrip
From MediaWiki.org
| This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility. This feature was deprecated in version 1.14.0 (or possibly earlier). Since the parser rewrite, this function now behaves identically to ParserBeforeStrip and no longer has special tags (e.g. nowiki, pre, etc.) stripped out firstmailarchive:wikitech-l/2009-October/045591.html. |
| ParserAfterStrip | |
|---|---|
| Available from version 1.5.0 |
|
Define function: |
public static function onParserAfterStrip( &$parser, &$text, &$strip_state ) { ... }
|
Attach hook: |
$wgHooks['ParserAfterStrip'][] = 'MyExtensionHooks::onParserAfterStrip'; |
| 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.
