Function __global->delete_ticket_by_topic_id

Definitions

sources/tickets2.php

  • Remove a ticket from the database. This does not remove the associated forum topic.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$topic_id AUTO_LINK No No required parameter N/A N/A The associated topic ID

Preview

Code (PHP)

/**
 * Remove a ticket from the database. This does not remove the associated forum topic.
 *
 * @param  AUTO_LINK $topic_id The associated topic ID
 */

function delete_ticket_by_topic_id(int $topic_id)