Output Filters {#plugins.outputfilters} ============== Output filter plugins operate on a template\'s output, after the template is loaded and executed, but before the output is displayed. string smarty\_outputfilter\_ name string \$template\_output object \$template The first parameter to the output filter function is the template output that needs to be processed, and the second parameter is the instance of Smarty invoking the plugin. The plugin is supposed to do the processing and return the results. See also [`registerFilter()`](#api.register.filter), [`unregisterFilter()`](#api.unregister.filter).