wp_is_large_user_count
wp_is_large_user_count ( $network_id = null )
Parameters:- (int|null) network_id ID of the network. Defaults to the current network.
Returns:- (bool) Whether the site has a large number of users.
Defined at: - Introduced in WordPress: 6.0.0
- Deprecated in WordPress: —
Description
Determines whether the site has a large number of users.The default criteria for a large site is more than 10,000 users.