filtrod 3.1.0
can_edit_network
Opis — z kodu źródłowego
Filters whether this network can be edited from this page.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$result | bool | Whether the network can be edited from this page. |
$network_id | int | The network ID to check. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'can_edit_network', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'can_edit_network', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii