WP HOOKS
filtrod 3.7.0

enable_live_network_counts

Args 2Plik wp-includes/ms-functions.phpDokumentacja WP ↗

Opis — z kodu źródłowego

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

Parametry

ParametrTypOpis
$small_networkboolWhether the network is considered small.
$contextstringContext. Either 'users' or 'sites'.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'enable_live_network_counts', 'twoja_funkcja', 10, 2 );

function twoja_funkcja($param_1, $param_2) {
	// Twój kod
}