register_prefilter()

register_prefilter() -- dynamically register prefilters

Description

void register_prefilter ( mixed function)

Use this to dynamically register prefilters to run templates through before they are compiled. See template prefilters for more information on how to setup a prefiltering function.

The php-function callback function can be either:

See also unregister_prefilter(), register_postfilter(), register_ouputfilter(), load_filter(), $autoload_filters and template output filters section.