Index: docs/hooks.txt =================================================================== --- docs/hooks.txt (revision 102924) +++ docs/hooks.txt (working copy) @@ -1395,6 +1395,12 @@ this hook and append its values to the key. $hash: reference to a hash key string which can be modified +'ParserAfterParse': Called from Parser::parse() just after the call to +Parser::internalParse() returns +$parser: parser object +$text: text being parsed +$stripState: stripState used (object) + 'ParserAfterStrip': Same as ParserBeforeStrip 'ParserAfterTidy': Called after Parser::tidy() in Parser::parse()