Description
Filters whether the site is considered large, based on its number of users.
Occurrences
Filename | Line Number |
---|---|
wp-includes/user.php | 1497 |
Parameters
Type | Name | Description |
---|---|---|
bool | $is_large_user_count | Whether the site has a large number of users. |
int | $count | The total number of users. |
int|null | $network_id | ID of the network. `null` represents the current network. |
PHP Doc
/**
* Filters whether the site is considered large, based on its number of users.
*
* @since 6.0.0
*
* @param bool $is_large_user_count Whether the site has a large number of users.
* @param int $count The total number of users.
* @param int|null $network_id ID of the network. `null` represents the current network.
*/