Function __global->tacit_https

Definitions

sources/global.php

  • Are we currently running HTTPS.Also see whole_site_https.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • If we are
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Are we currently running HTTPS.Also see whole_site_https.
 *
 * @return boolean If we are
 */

function tacit_https() : bool
 

sources/minikernel.php

  • Are we currently running HTTPS.Also see whole_site_https.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • If we are
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Are we currently running HTTPS.Also see whole_site_https.
 *
 * @return boolean If we are
 */

function tacit_https() : bool