[Mediawiki-l] How do you remove hooks?

ben wiseley wiseleyb at gmail.com
Mon Oct 10 11:09:01 UTC 2005


If I add a hook in an extension like so:

$wgHooks['ParserAfterTidy'][] = 'some_function' ;

How do I remove that hook?

Is there a way, in extensions, to output text after Tidy parsing that isn't
global and doesn't effect every page on the site?

-ben



More information about the MediaWiki-l mailing list