Function __global->ticket_allow_anonymous_posts

Definitions

sources/report_content.php

  • Whether anonymous posts are allowed.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether anonymous posts are allowed
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Whether anonymous posts are allowed.
 *
 * @return boolean Whether anonymous posts are allowed
 */

function ticket_allow_anonymous_posts() : bool