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 ‘wp_is_large_network’ filter.
Parameters
- string $using: ‘sites or ‘users’. Default is ‘sites’.
Return values
returns:True if the network meets the criteria for large. False otherwise.
Source code
?>
17650
No comments yet... Be the first to leave a reply!