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_compiler_function() — dynamically unregister a compiler function
void unregister_compiler_function(string name);
Pass in
the name
of the compiler function.
See also
register_compiler_function()
and
plugin compiler functions.