Function Forum_driver_base->install_delete_custom_field
Definitions
sources/forum_stub.php
- Delete the specified custom field from the forum.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$name | string | No | No | required parameter | N/A | N/A | The name of the new custom field |
Preview
Code (PHP)
/**
* Delete the specified custom field from the forum.
*
* @param string $name The name of the new custom field
*/
public function install_delete_custom_field(string $name)
* Delete the specified custom field from the forum.
*
* @param string $name The name of the new custom field
*/
public function install_delete_custom_field(string $name)