WP HOOKS
filtrod 1.5.0

theme_root

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

Opis — z kodu źródłowego

Filters the absolute path to the themes directory.

Parametry

ParametrTypOpis
$theme_rootstringAbsolute path to themes directory.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'theme_root', 'twoja_funkcja' );

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

Popularne w tej kategorii