WP HOOKS
filtrod 4.5.0

network_allowed_themes

Args 2Plik wp-includes/class-wp-theme.phpDokumentacja WP ↗

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

ParametrTypOpis
$allowed_themesstring[]An array of theme stylesheet names.
$blog_idintID 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
}

Popularne w tej kategorii