WP HOOKS
filtrod 4.5.0

site_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 site.

Parametry

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

Popularne w tej kategorii