WP HOOKS
filtrod 1.5.0

template

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

Opis — z kodu źródłowego

Filters the name of the active theme.

Parametry

ParametrTypOpis
$templatestringactive theme's directory name.

Wywołanie

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

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

Popularne w tej kategorii