Function __global->delete_config_option

Definitions

sources/config2.php

  • Deletes a specified config option permanently from the database.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$name ID_TEXT No No required parameter N/A N/A The codename of the config option

Preview

Code (PHP)

/**
 * Deletes a specified config option permanently from the database.
 *
 * @param  ID_TEXT $name The codename of the config option
 */

function delete_config_option(string $name)