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() — dynamically unregister block function plugins
void unregister_block(string name);
Use this to dynamically unregister
block function plugin.
Pass in the block function name
.
See also
register_block()
and
block functions plugins.