WPDev.one
Core Function
View Source on Trac ↗

wp_is_large_network()

wp_is_large_network( mixed $using = 'sites', mixed $network_id = null )

Determines whether or not we have a large network.

Parameters 1 required

Name / Type Description
$using
string

'sites' or 'users'. Default is 'sites'.

(int

| null) $network_id ID of the network. Default is the current network.

Required

Return Value

(bool)
True if the network meets the criteria for large. False otherwise.

Function Information

Since Version
3.3.0
Source File
wp-includes/ms-functions.php
Advertisement