WP HOOKS
filtrod 1.5.0

stylesheet_directory_uri

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

Opis — z kodu źródłowego

Filters the stylesheet directory URI.

Parametry

ParametrTypOpis
$stylesheet_dir_uristringStylesheet directory URI.
$stylesheetstringName of the activated theme's directory.
$theme_root_uristringThemes root URI.

Wywołanie

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

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

Popularne w tej kategorii