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_block — Des-registra dinamicamente un plugin de bloque de funciones
void unregister_block(string name);
Use esto para des-registrar dinámicamente un
bloque de funciones de plugin.
Pase en el bloque el nombre
de la función.
Ver también register_block() y Block Functions Plugins.