apply_filters( 'wp_is_large_network', bool $is_large_network , string $component , int $count , int $network_id )
Filters whether the network is considered large.
Parameters
- $is_large_network
-
Whether the network has more than 10000 users or sites.
- $component
-
The component to count. Accepts 'users', or 'sites'.
- $count
-
The count of items for the component.
- $network_id
-
The ID of the network being checked.
Source
Changelog
Version | Description |
---|---|
WP-4.8.0 | The $network_id parameter has been added. |
WP-3.3.0 | Introduced. |