Function __global->delete_banner_type

Definitions

sources/banners2.php

  • Delete a banner type.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$id ID_TEXT No No required parameter N/A N/A The ID of the banner type

Preview

Code (PHP)

/**
 * Delete a banner type.
 *
 * @param  ID_TEXT $id The ID of the banner type
 */

function delete_banner_type(string $id)