WP HOOKS
filtrod 1.5.0

template_directory

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

Opis — z kodu źródłowego

Filters the active theme directory path.

Parametry

ParametrTypOpis
$template_dirstringThe path of the active theme directory.
$templatestringDirectory name of the active theme.
$theme_rootstringAbsolute path to the themes directory.

Wywołanie

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

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

Popularne w tej kategorii