Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Name

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");
?>