register_postfilter()

register_postfilter() -- dynamically register postfilters

Description

void register_postfilter ( mixed function)

Use this to dynamically register postfilters to run templates through after they are compiled. See template postfilters for more information on how to setup a postfiltering function.

The php-function callback function can be either:

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