Filter hook 'enable_live_network_counts'

in WP Core File wp-includes/ms-functions.php at line 2455

Description

Filters whether to update network site or user counts when a new site is created.

Occurrences

Filename Line Number
wp-includes/ms-functions.php 2455
wp-includes/ms-functions.php 2477
wp-includes/user.php 1407

Parameters

Type Name Description
bool $small_network Whether the network is considered small.
string $context Context. Either 'users' or 'sites'.

PHP Doc

/**
	 * Filters whether to update network site or user counts when a new site is created.
	 *
	 * @since 3.7.0
	 *
	 * @see wp_is_large_network()
	 *
	 * @param bool   $small_network Whether the network is considered small.
	 * @param string $context       Context. Either 'users' or 'sites'.
	 */