WP HOOKS
filtrod 4.7.0

theme_file_uri

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

Opis — z kodu źródłowego

Filters the URL to a file in the theme.

Parametry

ParametrTypOpis
$urlstringThe file URL.
$filestringThe requested file to search for.

Wywołanie

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

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

Popularne w tej kategorii