Function __global->cns_supports_mailing_list_style

Definitions

sources/cns_forums2.php

  • Whether a forum supports mailing-list style.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$row array No No required parameter N/A N/A The forum row

Returns

  • Whether it does
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Whether a forum supports mailing-list style.
 *
 * @param  array $row The forum row
 * @return boolean Whether it does
 */

function cns_supports_mailing_list_style(array $row) : bool