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_modifier
void unregister_modifier(string name);
Usatela per eliminare dinamicamente plugin modificatori. Passate il nome del modificatore del template da eliminare.
Example 13.26. unregister_modifier
<?php // non vogliamo che i progettisti del template eliminino i tag dal contenuto $smarty->unregister_modifier("strip_tags"); ?>