afterCommonTagsHandler($text, $topic, $web )
-
$text - text to be processed
-
$topic - the name of the topic in the current CGI query
-
$web - the name of the web in the current CGI query
This handler is after TWiki has completed expansion of %TAGS%.
It is designed for use by cache plugins. Note that when this handler
is called, <verbatim> blocks are present in the text.
NOTE: This handler is called once for each call to
commonTagsHandler i.e. it may be called many times during the
rendering of a topic.
NOTE: meta-data is
not embedded in the text passed to this
handler.