register_outputfilter()

register_outputfilter() -- dynamically register outputfilters

Description

void register_outputfilter ( mixed function)

Use this to dynamically register outputfilters to operate on a template's output before it is displayed. See template output filters for more information on how to set up an output filter function.

The php-function callback function can be either:

See also unregister_outputfilter(), load_filter(), $autoload_filters and the template output filters section.