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() — des-registrar dinámicamente un modificador de plugin

Descripción

void unregister_modifier(string name);

Pase en el template el nombre del modificador.

Example 13.28. unregister_modifier()


<?php
// nosotros no queremos que el dise&ntilde;ador de template use strip tags
// para los elementos

$smarty->unregister_modifier("strip_tags");
?>

   

Ver también register_modifier() y Plugin modifiers,