Function __global->uninstall_block
Definitions
sources/zones2.php
- This function totally uninstalls a block from the system. Yet again, you should not need to use this function.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $block | ID_TEXT | No | No | required parameter | N/A | N/A | The name of the block to uninstall |
Preview
Code (PHP)
/**
* This function totally uninstalls a block from the system. Yet again, you should not need to use this function.
*
* @param ID_TEXT $block The name of the block to uninstall
*/
function uninstall_block(string $block)
* This function totally uninstalls a block from the system. Yet again, you should not need to use this function.
*
* @param ID_TEXT $block The name of the block to uninstall
*/
function uninstall_block(string $block)

