Smarty Manual
This manual is provided as a courtesy. It is not an official source. Please check smarty.php.net for updated information.
Pass in the template modifier name.
Example 13-1. unregister_modifier()
<?php// we don't want template designers to strip tags from elements$smarty->unregister_modifier('strip_tags');?>
See also register_modifier() and Plugin modifiers,