Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/user.php | apply_filters | 1465 | /** * 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. */ |
Hook Parameters
Parameter 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. |