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:
  • 4: .

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.

Related Functions

wp_get_network, is_main_network, wp_image_editor, populate_network, wp_is_large_user_count

Top Google Results

User discussions

wpseek mobile