Function __global->delete_custom_comcode_tag
Definitions
sources/custom_comcode.php
- Delete a custom Comcode tag.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $tag | ID_TEXT | No | No | required parameter | N/A | N/A | Tag name |
Preview
Code (PHP)
/**
* Delete a custom Comcode tag.
*
* @param ID_TEXT $tag Tag name
*/
function delete_custom_comcode_tag(string $tag)
* Delete a custom Comcode tag.
*
* @param ID_TEXT $tag Tag name
*/
function delete_custom_comcode_tag(string $tag)

