WP HOOKS
filtrod 4.7.0

theme_file_path

Args 2Plik wp-includes/link-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the path to a file in the theme.

Parametry

ParametrTypOpis
$pathstringThe file path.
$filestringThe requested file to search for.

Wywołanie

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

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

Popularne w tej kategorii