load_filter()
Description
void load_filter ( string type, string name)The first argument specifies the type of the filter to load and can be one of the following: pre, post or output. The second argument specifies the name of the filter plugin.
See also register_prefilter(), register_postfilter(), register_outputfilter(), $autoload_filters and advanced features.

