Function __global->is_on_multi_site_network

Definitions

sources/database.php

  • Find whether we are on a multi-site-network.We will check to see that the specification for the forum database and site database differ.Also see: get_db_for, is_forum_db.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

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

Preview

Code (PHP)

/**
 * Find whether we are on a multi-site-network.We will check to see that the specification for the forum database and site database differ.Also see: get_db_for, is_forum_db.
 *
 * @return boolean Whether we are
 */

function is_on_multi_site_network() : bool