WP HOOKS
filtrod 4.7.3

get_header_video_url

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

Opis — z kodu źródłowego

Filters the header video URL.

Parametry

ParametrTypOpis
$urlstringHeader video URL, if available.

Wywołanie

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

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

Popularne w tej kategorii