WP HOOKS
filtrod 1.5.0

stylesheet_uri

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

Opis — z kodu źródłowego

Filters the URI of the active theme stylesheet.

Parametry

ParametrTypOpis
$stylesheet_uristringStylesheet URI for the active theme/child theme.
$stylesheet_dir_uristringStylesheet directory URI for the active theme/child theme.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'stylesheet_uri', 'twoja_funkcja', 10, 2 );

function twoja_funkcja($param_1, $param_2) {
	// Twój kod
}

Popularne w tej kategorii