WP HOOKS
filtrod 1.5.0

theme_root_uri

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

Opis — z kodu źródłowego

Filters the URI for themes directory.

Parametry

ParametrTypOpis
$theme_root_uristringThe URI for themes directory.
$siteurlstringWordPress web address which is set in General Options.
$stylesheet_or_templatestringThe stylesheet or template name of the theme.

Wywołanie

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

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

Popularne w tej kategorii