$wgParser->setHook( "fuckup", "wfRenderFuckup" ); function wfRenderFuckup( $input, $argv, &$parser ) { return 'a b c d e f gh '; }