Description
Filters whether the network is considered large.
Occurrences
Filename | Line Number |
---|---|
wp-includes/ms-functions.php | 2672 |
wp-includes/ms-functions.php | 2678 |
Parameters
Type | Name | Description |
---|---|---|
bool | $is_large_network | Whether the network has more than 10000 users or sites. |
string | $component | The component to count. Accepts 'users', or 'sites'. |
int | $count | The count of items for the component. |
int | $network_id | The ID of the network being checked. |
PHP Doc
/**
* Filters whether the network is considered large.
*
* @since 3.3.0
* @since 4.8.0 The `$network_id` parameter has been added.
*
* @param bool $is_large_network Whether the network has more than 10000 users or sites.
* @param string $component The component to count. Accepts 'users', or 'sites'.
* @param int $count The count of items for the component.
* @param int $network_id The ID of the network being checked.
*/