apply_filters( 'wp_is_large_user_count', bool $is_large_user_count, int $count, int|null $network_id )

Filters whether the site is considered large, based on its number of users.


Parameters

$is_large_user_count

Whether the site has a large number of users.

$count

The total number of users.

$network_id

ID of the network. null represents the current network.


Source

File: wp-includes/user.php

View on GitHub


Changelog

Changelog
Version Description
6.0.0 Introduced.