Function __global->is_ticket_forum

Definitions

sources/tickets.php

  • Returns whether the given forum ID is for a ticket forum (subforum of the root ticket forum).
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$forum_id ?AUTO_LINK required parameter N/A N/A The forum ID (null: private topics)

Return

  • Whether the given forum is a ticket forum
  • Type: boolean
  • Set: N/A
  • Range: N/A