filtrod 3.7.0
enable_live_network_counts
Opis — z kodu źródłowego
Filters whether to update network site or user counts when a new site is created.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$small_network | bool | Whether the network is considered small. |
$context | string | Context. 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
}
// 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
}