WP HOOKS
filtrod 4.0.0

wp_embed_handler_youtube

Args 4Plik wp-includes/embed.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the YouTube embed output.

Parametry

ParametrTypOpis
$embedstringYouTube embed output.
$attrarrayAn array of embed attributes.
$urlstringThe original URL that was matched by the regex.
$rawattrarrayThe original unmodified attributes.

Wywołanie

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

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

Popularne w tej kategorii