filtrod 4.5.0
network_allowed_themes
Opis — z kodu źródłowego
Filters the array of themes allowed on the network.
Site is provided as context so that a list of network allowed themes can be filtered further.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$allowed_themes | string[] | An array of theme stylesheet names. |
$blog_id | int | ID of the site. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'network_allowed_themes', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'network_allowed_themes', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii