wp_is_large_network
wp_is_large_network ( $using = 'sites', $network_id = null )
Parameters:- (string) using 'sites' or 'users'. Default is 'sites'.
- (int|null) network_id ID of the network. Default is the current network.
Returns:- (bool) True if the network meets the criteria for large. False otherwise.
Defined at:Change Log: - Introduced in WordPress: 3.3.0
- Deprecated in WordPress: —
Description
Determines whether or not we have a large network.The default criteria for a large network is either more than 10,000 users or more than 10,000 sites.
Plugins can alter this criteria using the {@see 'wp_is_large_network'} filter.