WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_is_large_network

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php apply_filters 2663 /**
* 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.
*/
wp-includes/ms-functions.php apply_filters 2669 /**
* 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.
*/

Hook Parameters

Parameter 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.
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.