filtrod 4.5.0
site_allowed_themes
Opis — z kodu źródłowego
Filters the array of themes allowed on the site.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$allowed_themes | string[] | An array of theme stylesheet names. |
$blog_id | int | ID of the site. Defaults to current site. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'site_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( 'site_allowed_themes', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii