What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
unregister_outputfilter() — dynamically unregister an output filter
void unregister_outputfilter(string function_name);
Use this to dynamically unregister an output filter.
See also
register_outputfilter()
and
template output filters.